Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
Get
'Usage
Dim instance As LoggedConflict
Dim value As ConstraintConflictReason
value = instance.ConflictReason
public ConstraintConflictReason ConflictReason { get; }
public:
property ConstraintConflictReason ConflictReason {
ConstraintConflictReason get ();
}
member ConflictReason : ConstraintConflictReason
function get ConflictReason () : ConstraintConflictReason
Property Value
Type: Microsoft.Synchronization.ConstraintConflictReason
The reason the conflict occurred, when this conflict is a constraint conflict.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | This conflict is not a constraint conflict. |