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