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)
Syntax
'Declaration
Public MustOverride Function GetBytes As Byte()
'Usage
Dim instance As SyncFieldValue
Dim returnValue As Byte()
returnValue = instance.GetBytes()
public abstract byte[] GetBytes()
public:
virtual array<unsigned char>^ GetBytes() abstract
abstract GetBytes : unit -> byte[]
public abstract function GetBytes() : byte[]
Return Value
Type: System.Byte[]
The value of the custom field. Returns a null reference (Nothing in Visual Basic) when the field value has not been set.