BadOptionInfoLongName Property |
Gets the long name of the option.
Namespace: X3Platform.CommandLineAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic string LongName { get; }
public:
property String^ LongName {
String^ get ();
}
Property Value
Type:
StringReturns the long name of the option.
See Also