NotifyingChangeApplierIChangeDataRetrieverAdapter.ChangeDataAdapter Property

Gets an object that converts change data between its managed and unmanaged representations.

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

Syntax

'Declaration
Public ReadOnly Property ChangeDataAdapter As ChangeDataAdapter
    Get
'Usage
Dim instance As NotifyingChangeApplierIChangeDataRetrieverAdapter
Dim value As ChangeDataAdapter

value = instance.ChangeDataAdapter
public ChangeDataAdapter ChangeDataAdapter { get; }
public:
virtual property ChangeDataAdapter^ ChangeDataAdapter {
    ChangeDataAdapter^ get () sealed;
}
abstract ChangeDataAdapter : ChangeDataAdapter
override ChangeDataAdapter : ChangeDataAdapter
final function get ChangeDataAdapter () : ChangeDataAdapter

Property Value

Type: Microsoft.Synchronization.ChangeDataAdapter
An object that converts change data between its managed and unmanaged representations.

Implements

IChangeDataRetrieverAdapter2.ChangeDataAdapter

See Also

Reference

NotifyingChangeApplierIChangeDataRetrieverAdapter Class

Microsoft.Synchronization Namespace