Click or drag to resize
ParsingErrorViolatesRequired Property
Gets or sets a value indicating whether this ParsingError violates required.

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

Property Value

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