ArgumentNameAttribute Constructor  | 
  
    Namespace: 
   Ookii.CommandLine
    Assembly:
   Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntaxpublic ArgumentNameAttribute(
	string argumentName
)
Public Sub New ( 
	argumentName As String
)
Dim argumentName As String
Dim instance As New ArgumentNameAttribute(argumentName)
public:
ArgumentNameAttribute(
	String^ argumentName
)
Parameters
- argumentName
 - Type: SystemString
The name of the argument. 
See Also