CommandLineArgumentAttribute.IsRequired Property
Gets or sets a value indicating whether the argument is required.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.0.0
public bool IsRequired { get; set; }
Public Property IsRequired As Boolean
Get
Set
Dim instance As CommandLineArgumentAttribute
Dim value As Boolean
value = instance.IsRequired
instance.IsRequired = value
public:
property bool IsRequired {
bool get ();
void set (bool value);
}
Property Value
Booleantrue if the argument must be supplied on the command line; otherwise,
false.
The default value is
false.