Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Property ConflictType As ConflictType
'Usage
Dim instance As SyncConflict
Dim value As ConflictType
value = instance.ConflictType
instance.ConflictType = value
public ConflictType ConflictType { get; set; }
public:
property ConflictType ConflictType {
ConflictType get ();
void set (ConflictType value);
}
/** @property */
public ConflictType get_ConflictType ()
/** @property */
public void set_ConflictType (ConflictType value)
public function get ConflictType () : ConflictType
public function set ConflictType (value : ConflictType)
Property Value
A ConflictType enumeration value that represents the type of synchronization conflict.
Example
For an example of how to handle conflicts, see How to: Handle Data Conflicts and Errors.
See Also
Reference
SyncConflict Class
SyncConflict Members
Microsoft.Synchronization.Data Namespace