Gets a value indicating whether this instance is single instance.

Namespace: System.Extensions
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public bool IsSingleInstance { get; }
Visual Basic
Public ReadOnly Property IsSingleInstance As Boolean
	Get
Visual C++
public:
property bool IsSingleInstance {
	bool get ();
}
F#
member IsSingleInstance : bool with get

Property Value

Type: Boolean
true if this instance is single instance; otherwise, false.

See Also