ItemConstraintEventArgs::DestinationOriginalChangeData Property

Gets an object that either contains or can be used to retrieve item data for the item in the destination replica that originally caused the conflict.

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

public:
property Object^ DestinationOriginalChangeData {
	Object^ get ();
}

Property Value

Type: System::Object
An object that either contains or can be used to retrieve item data for the item in the destination replica that originally caused the conflict.
Show: