SyncId::RawId Property

Gets the raw ID data in a byte array.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
property array<unsigned char>^ RawId {
	array<unsigned char>^ get ();
}

Property Value

Type: array<System::Byte>
The raw ID data in a byte array.
Show: