ParseOptionsAttributeMode Property

Gets or sets a value that indicates the command line argument parsing rules to use.

Definition

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

Property Value

ParsingMode
The ParsingMode to use. The default is Default.

Remarks

This value can be overridden by the Mode property.

See Also