Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 GetGuid As Nullable(Of Guid)
'Usage
Dim instance As SqlSyncFieldValue
Dim returnValue As Nullable(Of Guid)
returnValue = instance.GetGuid
public override Nullable<Guid> GetGuid ()
public:
virtual Nullable<Guid> GetGuid () override
public Nullable<Guid> GetGuid ()
public override function GetGuid () : Nullable<Guid>
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