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