Compartilhar via


Propriedade ItemConstraintEventArgs.DestinationChange

Obtém os metadados de alterações do provedor de destino.

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

Sintaxe

'Declaração
Public Overridable ReadOnly Property DestinationChange As ItemChange
'Uso
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

Valor da propriedade

Os metadados de alteração do provedor de destino.

Consulte também

Referência

Classe ItemConstraintEventArgs
Membros ItemConstraintEventArgs
Namespace Microsoft.Synchronization