Click or drag to resize

CommandLineArgumentArgumentName Property

Gets the name of this argument.

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntax
public string ArgumentName { get; }

Property Value

Type: String
The name of this argument.
Remarks

This name is used to supply an argument value by name on the command line, and to describe the argument in the usage help generated by WriteUsage(TextWriter, Int32, WriteUsageOptions).

See Also