Click or drag to resize

AliasAttributeAlias Property

Gets the alternative name for the command line argument.

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntax
public string Alias { get; }

Property Value

Type: String
The alternative name for the command line argument.
See Also