LoggedConflict.ConflictReason Property
Gets the reason the conflict occurred, when this conflict is a constraint conflict.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ConflictReason As ConstraintConflictReason
'Usage
Dim instance As LoggedConflict
Dim value As ConstraintConflictReason
value = instance.ConflictReason
public ConstraintConflictReason ConflictReason { get; }
public:
property ConstraintConflictReason ConflictReason {
ConstraintConflictReason get ();
}
/** @property */
public ConstraintConflictReason get_ConflictReason ()
public function get ConflictReason () : ConstraintConflictReason
Property Value
The reason the conflict occurred, when this conflict is a constraint conflict.
Exceptions
Exception type | Condition |
---|---|
This conflict is not a constraint conflict. |
See Also
Reference
LoggedConflict Class
LoggedConflict Members
Microsoft.Synchronization Namespace