Share via


SyncGlobalId.GetBytes Method

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 ()
public byte[] GetBytes ()
public function GetBytes () : byte[]

Return Value

The global ID value as an array of bytes.

See Also

Reference

SyncGlobalId Class
SyncGlobalId Members
Microsoft.Synchronization Namespace