Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Serializes the global ID value to an array of bytes.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Function GetBytes As Byte()
'Usage
Dim instance As SyncGlobalId
Dim returnValue As Byte()
returnValue = instance.GetBytes()
public byte[] GetBytes()
public:
array<unsigned char>^ GetBytes()
member GetBytes : unit -> byte[]
public function GetBytes() : byte[]
Return Value
Type: System.Byte[]
The global ID value as an array of bytes.