Share via


ItemConstraintEventArgs.DestinationChange Property

Gets the change metadata from the destination provider.

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

Property Value

The change metadata from the destination provider.

See Also

Reference

ItemConstraintEventArgs Class
ItemConstraintEventArgs Members
Microsoft.Synchronization Namespace