Freigeben über


ItemConflictingEventArgs.DestinationChange-Eigenschaft

Ruft das Änderungselement des Zielreplikats ab.

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

Eigenschaftenwert

Das Änderungselement des Zielreplikats.

Siehe auch

Verweis

ItemConflictingEventArgs-Klasse
ItemConflictingEventArgs-Member
Microsoft.Synchronization-Namespace