This topic has not yet been rated - Rate this topic

ApplyChangeFailedEventArgs.Conflict Property

Synchronization Services - ADO.NET 1.0 SP1

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 SyncConflict Conflict { get; }
/** @property */
public SyncConflict get_Conflict ()

public function get Conflict () : SyncConflict

Property Value

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.