Share via


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)

Syntax

'Declaration
Public ReadOnly Property ChangeData As Object
'Usage
Dim instance As ChangeApplicationContext
Dim value As Object

value = instance.ChangeData
public Object ChangeData { get; }
public:
property Object^ ChangeData {
    Object^ get ();
}
/** @property */
public Object get_ChangeData ()
public function get ChangeData () : Object

Property Value

The data for the change to be applied or the conflict to be saved.

Exceptions

Exception type 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.

See Also

Reference

ChangeApplicationContext Class
ChangeApplicationContext Members
Microsoft.Synchronization Namespace