Share via


SyncFieldValue.GetString 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 GetString As String
'Usage
Dim instance As SyncFieldValue
Dim returnValue As String

returnValue = instance.GetString()
public abstract string GetString()
public:
virtual String^ GetString() abstract
abstract GetString : unit -> string 
public abstract function GetString() : String

Return Value

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