MonitoringState.Id Property

 

Applies To: Operations Manager for System Center 2012

Gets a globally unique identifier (GUID) for the monitoring state object.

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

Syntax

public Nullable<Guid> Id { get; }
public:
property Nullable<Guid> Id {
    Nullable<Guid> get();
}
member Id : Nullable<Guid> with get
Public ReadOnly Property Id As Nullable(Of Guid)

Property Value

Type: System.Nullable<Guid>

Returns a Guid for the monitoring state object.

Remarks

This property will be null when the state has not yet been collected for a monitor or monitoring object.

See Also

MonitoringState Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top