CommandLineArgumentAttributeArgumentName Property

Gets the name of the argument.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.0.0
C#
public string? ArgumentName { get; }

Property Value

String
The name that can be used to supply the argument, or if the member name should be used.

Remarks

If the Mode property is LongShort, this is the long name of the argument.

If the Mode property is LongShort and the IsLong property is , the ArgumentName property is ignored.

See Also