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)

Syntax

'Declaration
Public Property LocalDataConverter As SyncDataConverter
    Get
    Set
'Usage
Dim instance As SyncOrchestrator
Dim value As SyncDataConverter

value = instance.LocalDataConverter

instance.LocalDataConverter = value
public SyncDataConverter LocalDataConverter { get; set; }
public:
property SyncDataConverter^ LocalDataConverter {
    SyncDataConverter^ get ();
    void set (SyncDataConverter^ value);
}
member LocalDataConverter : SyncDataConverter with get, set
function get LocalDataConverter () : SyncDataConverter
function set LocalDataConverter (value : SyncDataConverter)

Property Value

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

Exceptions

Exception Condition
InvalidOperationException

This SyncOrchestrator object is neither ready nor canceled.

Remarks

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

See Also

Reference

SyncOrchestrator Class

Microsoft.Synchronization Namespace