UniqueId.IsGuid Property

Definition

Indicates whether the UniqueId is a Guid.

public:
 property bool IsGuid { bool get(); };
public bool IsGuid { get; }
member this.IsGuid : bool
Public ReadOnly Property IsGuid As Boolean

Property Value

true if the UniqueId is a Guid; otherwise false.

Applies to