Share via


ManagementPackClass.Singleton Property

Definition

Gets or sets a Boolean value that determines whether this class is a singleton class.

public:
 property bool Singleton { bool get(); void set(bool value); };
[Microsoft.EnterpriseManagement.Configuration.CriteriaPropertyMapping("Singleton")]
public bool Singleton { get; set; }
member this.Singleton : bool with get, set
Public Property Singleton As Boolean

Property Value

true if this class is a singleton class; otherwise, false.

Attributes

Applies to