Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Gets the change metadata from the destination provider for the item that originally caused the conflict.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property OriginalDestinationChange As ItemChange
Get
'Usage
Dim instance As ItemConstraintEventArgs
Dim value As ItemChange
value = instance.OriginalDestinationChange
public virtual ItemChange OriginalDestinationChange { get; }
public:
virtual property ItemChange^ OriginalDestinationChange {
ItemChange^ get ();
}
abstract OriginalDestinationChange : ItemChange
override OriginalDestinationChange : ItemChange
function get OriginalDestinationChange () : ItemChange
Property Value
Type: Microsoft.Synchronization.ItemChange
The change metadata from the destination provider for the item that originally caused the conflict.