Click or drag to resize

CommandLineArgumentAliases Property

Gets the alternative names for this command line argument.

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntax
public IList<string> Aliases { get; }

Property Value

Type: IListString
A list of alternative names for this command line argument, or if none were specified.
See Also