CommandLineArgumentCancelParsing Property

Gets a value that indicates whether argument parsing should be canceled if this argument is encountered.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
C#
public CancelMode CancelParsing { get; }

Property Value

CancelMode
One of the values of the CancelMode enumeration.

Remarks

This value is determined using the CommandLineArgumentAttributeCancelParsing property.

See Also