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

See Also

Reference

ChangeApplicationContext Class

Microsoft.Synchronization Namespace