Click or drag to resize

CommandLineArgumentIsRequired Property

Gets a value that indicates whether the argument is required.

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

Property Value

Type: Boolean
if the argument's value must be specified on the command line; if the argument may be omitted.
See Also