SyncOrchestrator::RemoteDataConverter Property
Gets or sets the data converter for the remote provider. This enables the conversion of data to and from the remote provider’s data format.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
public: property SyncDataConverter^ RemoteDataConverter { SyncDataConverter^ get (); void set (SyncDataConverter^ value); }
Property Value
Type: Microsoft.Synchronization::SyncDataConverterA SyncDataConverter object that represents the data converter.
| Exception | Condition |
|---|---|
| InvalidOperationException | This SyncOrchestrator object is neither ready nor canceled. |
For more information about data conversion, see Converting Data Between Providers.
Show: