HelpVerbOptionAttribute Constructor (String) |
Initializes a new instance of the
HelpVerbOptionAttribute class
with the specified long name. Use parameter less constructor instead.
Namespace: X3Platform.CommandLineAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic HelpVerbOptionAttribute(
string longName
)
public:
HelpVerbOptionAttribute(
String^ longName
)
Parameters
- longName
- Type: SystemString
Help verb option alternative name.
Remarks
It's highly not recommended change the way users invoke help. It may create confusion.
See Also