Share via


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

See Also

Reference

LoggedConflict Class

Microsoft.Synchronization Namespace