Share via


SqlSyncFieldValue.GetUInt64 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 GetUInt64 As Nullable(Of ULong)
'Usage
Dim instance As SqlSyncFieldValue
Dim returnValue As Nullable(Of ULong)

returnValue = instance.GetUInt64
public override Nullable<ulong> GetUInt64 ()
public:
virtual Nullable<usigned long long> GetUInt64 () override
public Nullable<UInt64> GetUInt64 ()
public override function GetUInt64 () : Nullable<ulong>

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