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 data for the change to be applied or the conflict to be saved.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ChangeData As Object
Get
'Usage
Dim instance As ChangeApplicationContext
Dim value As Object
value = instance.ChangeData
public Object ChangeData { get; }
public:
property Object^ ChangeData {
Object^ get ();
}
member ChangeData : Object
function get ChangeData () : Object
Property Value
Type: System.Object
The data for the change to be applied or the conflict to be saved.
Exceptions
| Exception | Condition |
|---|---|
| SyncInvalidOperationException | ChangeApplicationAction is set to a value other than SaveChange, SaveChangeWithChangeUnits, or SaveConflict. This exception is also thrown when no data exists for the specified save change action, such as DeleteAndStoreTombstone. |