Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.