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