LoggedConflict::IsConstraint Property

Gets a value that indicates whether this conflict is a constraint conflict.

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

public:
property bool IsConstraint {
	bool get ();
}

Property Value

Type: System::Boolean
true when this conflict is a constraint conflict; otherwise, false.

Sync Framework supports two categories of conflicts that can occur during synchronization: concurrency conflicts and constraint conflicts. Concurrency conflicts occur when the same item or change unit is changed on two different replicas that are later synchronized. Constraint conflicts are conflicts that violate constraints that are put on items or change units, such as the relationship of folders or the location of identically named data within a file system.

Show: