Share via


ManagementPackClass.Hosted Property

Definition

Gets or sets a Boolean value that determines whether an instance of this class can exist only when it is hosted by an instance of another class.

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

Property Value

true if an instance of this class can exist only when it is hosted by an instance of another class; otherwise, false.

Attributes

Applies to