CommandAttribute(String) Constructor
            Initializes a new instance of the 
CommandAttribute class using the specified command name.
            
Namespace: Ookii.CommandLine.CommandsAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
public CommandAttribute(
	string commandName
)
Public Sub New ( 
	commandName As String
)
Dim commandName As String
Dim instance As New CommandAttribute(commandName)
public:
CommandAttribute(
	String^ commandName
)
Parameters
- commandName  String
 - 
            The name of the command, which can be used to invoke the command or to retrieve it using the
            CommandManagerGetCommand(String) method.