Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As NotifyingChangeApplierIChangeDataRetrieverAdapter
Dim value As ChangeDataAdapter
value = instance.ChangeDataAdapter
public ChangeDataAdapter ChangeDataAdapter { get; }
public:
virtual property ChangeDataAdapter^ ChangeDataAdapter {
ChangeDataAdapter^ get () sealed;
}
/** @property */
public final ChangeDataAdapter get_ChangeDataAdapter ()
public final function get ChangeDataAdapter () : ChangeDataAdapter
Property Value
An object that converts change data between its managed and unmanaged representations.
See Also
Reference
NotifyingChangeApplierIChangeDataRetrieverAdapter Class
NotifyingChangeApplierIChangeDataRetrieverAdapter Members
Microsoft.Synchronization Namespace