CommandLineArgumentArgumentNameWithPrefix Property

Gets the name of this argument, with the appropriate argument name prefix.

Definition

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

Property Value

String
The name of the argument, with an argument name prefix.

Remarks

If the Mode property is LongShort, this will use the long name with the long argument prefix if the argument has a long name, and the short name with the primary short argument prefix if not.

For Default, the prefix used is the first prefix specified in the ArgumentNamePrefixes property.

See Also