ApplicationContext.SingleInstance Property

Gets a value that indicates whether only one instance of the application can be running at a time.

Syntax

  public bool SingleInstance {get; set;}

Property Value

System.Boolean.  If true, only one instance of the application can be running; otherwise, false.

This property is read/write.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter.Hosting

Assembly: Microsoft.MediaCenter.dll

Platform: Windows 7

See Also