ShortAliasAttributeAlias Property

Gets the alternative short name for the command line argument.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
public char Alias { get; }

Property Value

Char
The alternative short name for the command line argument.

See Also