Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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