CommandLineArgumentAttribute.IsRequired Property

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

Definition

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

Property Value

Boolean
true if the argument must be supplied on the command line; otherwise, false. The default value is false.

See Also