ParseOptionsAttributeArgumentNamePrefixes Property

Gets or sets the prefixes that can be used to specify an argument name on the command line.

Definition

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

Property Value

String
An array of prefixes, or to use the value of GetDefaultArgumentNamePrefixes. The default value is

Remarks

If the Mode property is LongShort, or if the parsing mode is set to LongShort elsewhere, this property indicates the short argument name prefixes. Use LongArgumentNamePrefix to set the argument prefix for long names.

This value can be overridden by the ArgumentNamePrefixes property.

See Also