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
Syntaxpublic bool IsRequired { get; }
Public ReadOnly Property IsRequired As Boolean
Get
Dim instance As CommandLineArgument
Dim value As Boolean
value = instance.IsRequired
public:
property bool IsRequired {
bool 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