SyncOrchestrator::LocalDataConverter Property

Gets or sets the data converter for the local provider. This enables the conversion of data to and from the local provider’s data format.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
property SyncDataConverter^ LocalDataConverter {
	SyncDataConverter^ get ();
	void set (SyncDataConverter^ value);
}

Property Value

Type: Microsoft.Synchronization::SyncDataConverter
A SyncDataConverter object that represents the data converter.

ExceptionCondition
InvalidOperationException

This SyncOrchestrator object is neither ready nor canceled.

For more information about data conversion, see Converting Data Between Providers.

Show: