ShortAliasAttributeAlias Property
Gets the alternative short name for the command line argument.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
public char Alias { get; }
Public ReadOnly Property Alias As Char
Get
Dim instance As ShortAliasAttribute
Dim value As Char
value = instance.Alias
public:
property wchar_t Alias {
wchar_t get ();
}
Property Value
Char
The alternative short name for the command line argument.