ArgumentParsedEventArgsOverrideCancelParsing Property

Gets or sets a value that indicates whether or not the CancelParsing property should be ignored.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.0.0
C#
public bool OverrideCancelParsing { get; set; }

Property Value

Boolean
if argument parsing should continue even if the argument has CancelParsing set to ; otherwise, . The default value is .

Remarks

This property does not affect the Cancel property. If Cancel is set to , parsing is always canceled regardless of the value of OverrideCancelParsing.

See Also