Share via


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)

Syntax

'Declaration
Public Property ConflictType As ConflictType
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.

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

SyncConflict Class
SyncConflict Members
Microsoft.Synchronization.Data Namespace