CommandLineArgumentAttributeArgumentName Property |
Gets the name of the argument's command switch.
Namespace:
Ookii.CommandLine
Assembly:
Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntaxpublic string ArgumentName { get; }
Public ReadOnly Property ArgumentName As String
Get
Dim instance As CommandLineArgumentAttribute
Dim value As String
value = instance.ArgumentName
public:
property String^ ArgumentName {
String^ get ();
}
Property Value
Type:
String
The name of the command switch used to set the argument, or
if the property name should be used.
See Also