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 an object that either contains or can be used to retrieve item data for the change item from the destination replica.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property DestinationChangeData As Object
Get
'Usage
Dim instance As ItemConstraintEventArgs
Dim value As Object
value = instance.DestinationChangeData
public Object DestinationChangeData { get; }
public:
property Object^ DestinationChangeData {
Object^ get ();
}
member DestinationChangeData : Object
function get DestinationChangeData () : Object
Property Value
Type: System.Object
An object that either contains or can be used to retrieve item data for the change item from the destination replica.