Click or drag to resize
ParsingErrorViolatesMutualExclusiveness Property
Gets or sets a value indicating whether this ParsingError violates mutual exclusiveness.

Namespace: X3Platform.CommandLine
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public bool ViolatesMutualExclusiveness { get; set; }

Property Value

Type: Boolean
true if violates mutual exclusiveness; otherwise, false.
See Also