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
Syntaxpublic string Alias { get; }
Public ReadOnly Property Alias As String
Get
Dim instance As AliasAttribute
Dim value As String
value = instance.Alias
public:
property String^ Alias {
String^ get ();
}
Property Value
Type:
String
The alternative name for the command line argument.
See Also