VerbOptionAttribute Constructor |
Namespace: X3Platform.CommandLineAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic VerbOptionAttribute(
string longName
)
public:
VerbOptionAttribute(
String^ longName
)
Parameters
- longName
- Type: SystemString
The long name of the verb command.
See Also