SyncFieldValue::GetBytes Method

When overridden in a derived class, gets the value of the custom field.

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

public:
virtual array<unsigned char>^ GetBytes() abstract

Return Value

Type: array<System::Byte>
The value of the custom field. Returns a nullptr when the field value has not been set.
Show: