Share via


MonitoringStateChangeEvent.MonitoringObjectId Property

 

Applies To: Operations Manager for System Center 2012

Gets the globally unique identifier (GUID) of the monitoring object associated with the state change event.

Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public Guid MonitoringObjectId { get; }
public:
property Guid MonitoringObjectId {
    Guid get();
}
member MonitoringObjectId : Guid with get
Public ReadOnly Property MonitoringObjectId As Guid

Property Value

Type: System.Guid

Returns a Guid of the monitoring object associated with the state change event.

See Also

MonitoringStateChangeEvent Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top