BadOptionInfoShortName Property |
Gets the short name of the option.
Namespace: X3Platform.CommandLineAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic Nullable<char> ShortName { get; }
public:
property Nullable<wchar_t> ShortName {
Nullable<wchar_t> get ();
}
Property Value
Type:
NullableCharReturns the short name of the option.
See Also