Share via


SyncFieldValue.GetByte 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 GetByte As Nullable(Of Byte)
'Usage
Dim instance As SyncFieldValue
Dim returnValue As Nullable(Of Byte)

returnValue = instance.GetByte
public abstract Nullable<byte> GetByte ()
public:
virtual Nullable<unsigned char> GetByte () abstract
public abstract Nullable<byte> GetByte ()
public abstract function GetByte () : Nullable<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

SyncFieldValue Class
SyncFieldValue Members
Microsoft.Synchronization.MetadataStorage Namespace