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