SyncFieldValue.GetUInt16 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 GetUInt16 As Nullable(Of UShort)
'Usage
Dim instance As SyncFieldValue
Dim returnValue As Nullable(Of UShort)
returnValue = instance.GetUInt16
public abstract Nullable<ushort> GetUInt16 ()
public:
virtual Nullable<unsigned short> GetUInt16 () abstract
public abstract Nullable<UInt16> GetUInt16 ()
public abstract function GetUInt16 () : Nullable<ushort>
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