SyncConflict::ConflictType Property

Gets or sets the ConflictType enumeration value that represents the type of synchronization conflict.

Namespace:  Microsoft.Synchronization.Data
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::ConflictType
A 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: