SyncId::GetGuidId Method
Gets a GUID sync ID.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Return Value
Type: System::GuidThe sync ID if it is a fixed-length GUID; otherwise, throws InvalidOperationException.
| Exception | Condition |
|---|---|
| InvalidOperationException | This SyncId is variable length, or it represents an id longer or shorter than 16 bytes. |
Show: