ParsingErrorViolatesMutualExclusiveness Property |
Gets or sets a value indicating whether this
ParsingError violates mutual exclusiveness.
Namespace: X3Platform.CommandLineAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic bool ViolatesMutualExclusiveness { get; set; }
public:
property bool ViolatesMutualExclusiveness {
bool get ();
void set (bool value);
}
Property Value
Type:
Booleantrue if violates mutual exclusiveness; otherwise,
false.
See Also