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 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)
Syntax
'Declaration
Public Overridable ReadOnly Property OriginalDestinationChange As ItemChange
'Usage
Dim instance As ItemConstraintEventArgs
Dim value As ItemChange
value = instance.OriginalDestinationChange
public virtual ItemChange OriginalDestinationChange { get; }
public:
virtual property ItemChange^ OriginalDestinationChange {
ItemChange^ get ();
}
/** @property */
public ItemChange get_OriginalDestinationChange ()
public function get OriginalDestinationChange () : ItemChange
Property Value
The change metadata from the destination provider for the item that originally caused the conflict.
See Also
Reference
ItemConstraintEventArgs Class
ItemConstraintEventArgs Members
Microsoft.Synchronization Namespace