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 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