ItemConstraintEventArgs::OriginalDestinationChange Property

Gets the change metadata from the destination provider for the item that originally caused the conflict.

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

public:
virtual property ItemChange^ OriginalDestinationChange {
	ItemChange^ get ();
}

Property Value

Type: Microsoft.Synchronization::ItemChange
The change metadata from the destination provider for the item that originally caused the conflict.
Show: