Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the GUID component of the global ID.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property UniqueId As Guid
Get
'Usage
Dim instance As SyncGlobalId
Dim value As Guid
value = instance.UniqueId
public Guid UniqueId { get; }
public:
property Guid UniqueId {
Guid get ();
}
member UniqueId : Guid
function get UniqueId () : Guid
Property Value
Type: System.Guid
The GUID component of the global ID.