Share via


CustomMonitoringRelationshipObject.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 a Guid value.

Remarks

This value can be null if no keys have been provided for both the source and the target.

Applies to