SyncId.GetByteId Method
Gets a 1-byte sync ID.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Function GetByteId As Byte
'Usage
Dim instance As SyncId
Dim returnValue As Byte
returnValue = instance.GetByteId
public byte GetByteId ()
public:
unsigned char GetByteId ()
public byte GetByteId ()
public function GetByteId () : byte
Return Value
The sync ID if it is a fixed-length ID of length 1; otherwise, throws InvalidOperationException.
See Also
Reference
SyncId Class
SyncId Members
Microsoft.Synchronization Namespace