ItemConflictingEventArgs.DestinationChangeData Property
Gets an object that can be used to retrieve item data for the change item from the destination replica.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property DestinationChangeData As Object
'Usage
Dim instance As ItemConflictingEventArgs
Dim value As Object
value = instance.DestinationChangeData
public Object DestinationChangeData { get; }
public:
property Object^ DestinationChangeData {
Object^ get ();
}
/** @property */
public Object get_DestinationChangeData ()
public function get DestinationChangeData () : Object
Property Value
An object that can be used to retrieve item data for the change item from the destination replica.
Remarks
The returned object can be an IChangeDataRetriever object or a provider-specific object.
See Also
Reference
ItemConflictingEventArgs Class
ItemConflictingEventArgs Members
Microsoft.Synchronization Namespace