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
'Usage
Dim instance As SyncGlobalId
Dim value As Guid
value = instance.UniqueId
public Guid UniqueId { get; }
public:
property Guid UniqueId {
Guid get ();
}
/** @property */
public Guid get_UniqueId ()
public function get UniqueId () : Guid
Property Value
The GUID component of the global ID.
See Also
Reference
SyncGlobalId Class
SyncGlobalId Members
Microsoft.Synchronization Namespace