Share via


MonitoringState.Id Property

Definition

The Id of the MonitoringState object. This will be null when the state has not yet been collected for a given monitor for a given monitoring object.

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

Property Value

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.

Applies to