P_CommandLine_OptionAttribute_ShortName - adutton/commandline GitHub Wiki
Gets a short name of this command line option, made of one character.
Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public string ShortName { get; }VB
Public ReadOnly Property ShortName As String
GetC++
public:
property String^ ShortName {
String^ get ();
}F#
member ShortName : string with get
Type: String