DbSyncConflict::Type Property

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

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
property DbConflictType Type {
	DbConflictType get ();
	void set (DbConflictType value);
}

Property Value

Type: Microsoft.Synchronization.Data::DbConflictType
A DbConflictType enumeration value that represents the type of synchronization conflict.
Show: