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