SyncFieldValue.GetUInt64 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 GetUInt64 As Nullable(Of ULong)
'Usage
Dim instance As SyncFieldValue
Dim returnValue As Nullable(Of ULong)
returnValue = instance.GetUInt64()
public abstract Nullable<ulong> GetUInt64()
public:
virtual Nullable<unsigned long long> GetUInt64() abstract
abstract GetUInt64 : unit -> Nullable<uint64>
public abstract function GetUInt64() : Nullable<ulong>
Return Value
Type: System.Nullable<UInt64>
The value of the custom field. Returns a null reference (Nothing in Visual Basic) when the field value has not been set.