Share via


ManagementPackUnitMonitorOperationalState.MonitorTypeStateID Property

Definition

Gets or sets the identifier of the monitor type state declared in the monitor type definition. The identifier must be valid for the TypeID attribute specified on the ManagementPackUnitMonitor element in the management pack.

public:
 property System::String ^ MonitorTypeStateID { System::String ^ get(); void set(System::String ^ value); };
public string MonitorTypeStateID { get; set; }
member this.MonitorTypeStateID : string with get, set
Public Property MonitorTypeStateID As String

Property Value

A string that contains the identifier of the monitor type state declared in the monitor type definition.

Applies to