Share via


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
    Get
'Usage
Dim instance As ItemConflictingEventArgs
Dim value As ItemChange

value = instance.DestinationChange
public virtual ItemChange DestinationChange { get; }
public:
virtual property ItemChange^ DestinationChange {
    ItemChange^ get ();
}
abstract DestinationChange : ItemChange
override DestinationChange : ItemChange
function get DestinationChange () : ItemChange

Property Value

Type: Microsoft.Synchronization.ItemChange
The change item of the destination replica.

See Also

Reference

ItemConflictingEventArgs Class

Microsoft.Synchronization Namespace