MonitoringStateChangeEvent.MonitoringStateId Property
Applies To: Operations Manager for System Center 2012
Gets the globally unique identifier (GUID) of the state associated with the state change event.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public Guid MonitoringStateId { get; }
public:
property Guid MonitoringStateId {
Guid get();
}
member MonitoringStateId : Guid with get
Public ReadOnly Property MonitoringStateId As Guid
Property Value
Type: System.Guid
Returns a Guid of the state associated with the state change event.
See Also
MonitoringStateChangeEvent Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top