Freigeben über


ItemConstraintEventArgs.DestinationChange-Eigenschaft

Ruft die Änderungsmetadaten vom Zielanbieter ab.

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

Syntax

'Declaration
Public Overridable ReadOnly Property DestinationChange As ItemChange
'Usage
Dim instance As ItemConstraintEventArgs
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

Die Änderungsmetadaten vom Zielanbieter.

Siehe auch

Verweis

ItemConstraintEventArgs-Klasse
ItemConstraintEventArgs-Member
Microsoft.Synchronization-Namespace