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