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
    Get
'Usage
Dim instance As ApplyChangeFailedEventArgs
Dim value As SyncConflict

value = instance.Conflict
public SyncConflict Conflict { get; }
public:
property SyncConflict^ Conflict {
    SyncConflict^ get ();
}
member Conflict : SyncConflict
function get Conflict () : SyncConflict

Property Value

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

Examples

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

See Also

Reference

ApplyChangeFailedEventArgs Class

Microsoft.Synchronization.Data Namespace