CommandLineParserHelpArgument Property
Gets the automatic help argument or an argument with the same name, if there is one.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
public CommandLineArgument? HelpArgument { get; }
Public ReadOnly Property HelpArgument As CommandLineArgument
Get
Dim instance As CommandLineParser
Dim value As CommandLineArgument
value = instance.HelpArgument
public:
property CommandLineArgument^ HelpArgument {
CommandLineArgument^ get ();
}
Property Value
CommandLineArgument
A
CommandLineArgument instance, or
if there is no
argument using the name of the automatic help argument.