SyncConflict::ConflictType Property
Gets or sets the ConflictType enumeration value that represents the type of synchronization conflict.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
public: property ConflictType ConflictType { ConflictType get (); void set (ConflictType value); }
Property Value
Type: Microsoft.Synchronization.Data::ConflictTypeA ConflictType enumeration value that represents the type of synchronization conflict.
For an example of how to handle conflicts, see How to: Handle Data Conflicts and Errors.
Show: