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 GetString As String
'Usage
Dim instance As SqlSyncFieldValue
Dim returnValue As String
returnValue = instance.GetString
public override string GetString ()
public:
virtual String^ GetString () override
public String GetString ()
public override function GetString () : String
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