Share via


CustomMonitoringObject.Id Property

Definition

The id for this object, or null if no keys have been provided.

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 the Guid for this monitoring object.

Applies to