Share via


ManagementPackConfigurationGroup.ContextInstance Property

Definition

Gets or sets the identifier for the instance of the monitoring class that is the context for the ManagementPackConfigurationGroup object.

public:
 property Nullable<Guid> ContextInstance { Nullable<Guid> get(); void set(Nullable<Guid> value); };
public Guid? ContextInstance { get; set; }
member this.ContextInstance : Nullable<Guid> with get, set
Public Property ContextInstance As Nullable(Of Guid)

Property Value

The identifier for the instance of the monitoring class.

Remarks

The context instance can be a monitoring object or a group. If this property is null, the context for the ManagementPackConfigurationGroup object is a class instead of a class instance, in which case the context can be found in the Context property.

Applies to