ArgumentNameAttributeArgumentName 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 of the argument.

Remarks

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

If the Mode property is LongShort, and the IsLong property is , this property will not be used.

See Also