SyncId::GetByteId Method
Gets a 1-byte sync ID.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Return Value
Type: System::ByteThe sync ID if it is a fixed-length ID of length 1; otherwise, throws InvalidOperationException.
| Exception | Condition |
|---|---|
| InvalidOperationException | This SyncId object is variable length or represents a multiple byte id. |
Show: