Share via


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

returnValue = instance.GetUInt32()
public abstract Nullable<uint> GetUInt32()
public:
virtual Nullable<unsigned int> GetUInt32() abstract
abstract GetUInt32 : unit -> Nullable<uint32> 
public abstract function GetUInt32() : Nullable<uint>

Return Value

Type: System.Nullable<UInt32>
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

Microsoft.Synchronization.MetadataStorage Namespace