CommandLineArgumentAttribute Constructor (String) |
Namespace:
Ookii.CommandLine
Assembly:
Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntaxpublic CommandLineArgumentAttribute(
string argumentName
)
Public Sub New (
argumentName As String
)
Dim argumentName As String
Dim instance As New CommandLineArgumentAttribute(argumentName)
public:
CommandLineArgumentAttribute(
String^ argumentName
)
Parameters
- argumentName
- Type: SystemString
The name of the argument, or to indicate the property name should be used.
See Also