CreatableMonitoringBaseWithId.Id Property

Definition

Gets the globally unique identifier (GUID) for the CreatableMonitoringBaseWithId 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 the GUID identifier for the CreatableMonitoringBaseWithId object.

Applies to