Click or drag to resize

CommandLineArgumentAttributeIsRequired Property

Gets or sets a value indicating whether the named argument is required.

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

Property Value

Type: Boolean
if the named argument must be supplied on the command line; otherwise, . The default value is .
See Also