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)

Syntax

'Declaration
Public ReadOnly Property Conflict As SyncConflict
'Usage
Dim instance As ApplyChangeFailedEventArgs
Dim value As SyncConflict

value = instance.Conflict
public SyncConflict Conflict { get; }
public:
property SyncConflict^ Conflict {
    SyncConflict^ get ();
}
/** @property */
public SyncConflict get_Conflict ()
public function get Conflict () : SyncConflict

Property Value

A SyncConflict object that contains conflict data and metadata.

Example

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

See Also

Reference

ApplyChangeFailedEventArgs Class
ApplyChangeFailedEventArgs Members
Microsoft.Synchronization.Data Namespace