Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a GUID sync ID.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Function GetGuidId As Guid
'Usage
Dim instance As SyncId
Dim returnValue As Guid
returnValue = instance.GetGuidId
public Guid GetGuidId ()
public:
Guid GetGuidId ()
public Guid GetGuidId ()
public function GetGuidId () : Guid
Return Value
The sync ID if it is a fixed-length GUID; otherwise, throws InvalidOperationException.
See Also
Reference
SyncId Class
SyncId Members
Microsoft.Synchronization Namespace