ItemConflictingEventArgs.DestinationChange Property
Gets the change item of the destination replica.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property DestinationChange As ItemChange
'Usage
Dim instance As ItemConflictingEventArgs
Dim value As ItemChange
value = instance.DestinationChange
public virtual ItemChange DestinationChange { get; }
public:
virtual property ItemChange^ DestinationChange {
ItemChange^ get ();
}
/** @property */
public ItemChange get_DestinationChange ()
public function get DestinationChange () : ItemChange
Property Value
The change item of the destination replica.
See Also
Reference
ItemConflictingEventArgs Class
ItemConflictingEventArgs Members
Microsoft.Synchronization Namespace