BaseOptionAttributeShortName Property |
Gets a short name of this command line option. You can use only one character.
Namespace: X3Platform.CommandLineAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic virtual Nullable<char> ShortName { get; }
public:
virtual property Nullable<wchar_t> ShortName {
Nullable<wchar_t> get ();
}
Property Value
Type:
NullableChar
See Also