|
AbstractOptionSeeHelp Property |
Namespace: DrawerBackup.CommandLineAssembly: DrawerBackup.CommandLine (in DrawerBackup.CommandLine.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax[OptionAttribute('h', "help", HelpText = "Show the help message.")]
public bool SeeHelp { get; set; }
<OptionAttribute("h"C, "help", HelpText := "Show the help message.")>
Public Property SeeHelp As Boolean
Get
Set
public:
[OptionAttribute(L'h', L"help", HelpText = L"Show the help message.")]
property bool SeeHelp {
bool get ();
void set (bool value);
}
[<OptionAttribute('h', "help", HelpText = "Show the help message.")>]
member SeeHelp : bool with get, set
Property Value
Type:
Boolean
See Also