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)
Syntax
'Declaration
Public ReadOnly Property IsConstraint As Boolean
'Usage
Dim instance As LoggedConflict
Dim value As Boolean
value = instance.IsConstraint
public bool IsConstraint { get; }
public:
property bool IsConstraint {
bool get ();
}
/** @property */
public boolean get_IsConstraint ()
public function get IsConstraint () : boolean
Property Value
true when this conflict is a constraint conflict; otherwise, false.
Remarks
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.
See Also
Reference
LoggedConflict Class
LoggedConflict Members
Microsoft.Synchronization Namespace