Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.