ApplyChangeFailedEventArgs::Conflict Property

Gets a SyncConflict object that contains data and metadata for the row being applied and for the existing row in the data store that caused the failure.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
property SyncConflict^ Conflict {
	SyncConflict^ get ();
}

Property Value

Type: Microsoft.Synchronization.Data::SyncConflict
A SyncConflict object that contains conflict data and metadata.

For an example of how to use this property, see How to: Handle Data Conflicts and Errors.

Show: