SqlSyncFieldValue.GetBytes Method
Gets the value of the custom field.
Namespace: Microsoft.Synchronization.MetadataStorage
Assembly: Microsoft.Synchronization.MetadataStorage (in microsoft.synchronization.metadatastorage.dll)
Syntax
'Declaration
Public Overrides Function GetBytes As Byte()
'Usage
Dim instance As SqlSyncFieldValue
Dim returnValue As Byte()
returnValue = instance.GetBytes
public override byte[] GetBytes ()
public:
virtual array<unsigned char>^ GetBytes () override
public byte[] GetBytes ()
public override function GetBytes () : byte[]
Return Value
The value of the custom field. Returns a null reference (Nothing in Visual Basic) when the field value has not been set.
See Also
Reference
SqlSyncFieldValue Class
SqlSyncFieldValue Members
Microsoft.Synchronization.MetadataStorage Namespace