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
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
ApplyChangeFailedEventArgs Class
ApplyChangeFailedEventArgs Members
Microsoft.Synchronization.Data Namespace