ParseOptionsAttributeLongArgumentNamePrefix Property

Gets or sets the argument name prefix to use for long argument names.

Definition

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

Property Value

String

Remarks

This property is only used if the Mode property is LongShort, or if the parsing mode is set to LongShort elsewhere.

Use the ArgumentNamePrefixes to specify the prefixes for short argument names.

This value can be overridden by the LongArgumentNamePrefix property.

See Also