Share via


SyncGlobalId.UniqueId Property

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.

See Also

Reference

SyncGlobalId Class

Microsoft.Synchronization Namespace