ShortAliasAttributeAlias Property
Gets the alternative short name for the command line argument.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
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.