Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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. |