|
AbstractConfigureOptionName Property |
Namespace: DrawerBackup.CommandLineAssembly: DrawerBackup.CommandLine (in DrawerBackup.CommandLine.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax[OptionAttribute('n', "name", HelpText = "The name of the configuration",
Required = true)]
public string Name { get; set; }
<OptionAttribute("n"C, "name", HelpText := "The name of the configuration",
Required := true)>
Public Property Name As String
Get
Set
public:
[OptionAttribute(L'n', L"name", HelpText = L"The name of the configuration",
Required = true)]
property String^ Name {
String^ get ();
void set (String^ value);
}
[<OptionAttribute('n', "name", HelpText = "The name of the configuration",
Required = true)>]
member Name : string with get, set
Property Value
Type:
String
See Also