ChangeApplicationContext::ChangeData Property

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)

public:
property Object^ ChangeData {
	Object^ get ();
}

Property Value

Type: System::Object
The data for the change to be applied or the conflict to be saved.

ExceptionCondition
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.

Show: