CommandLineParserLongArgumentNamePrefix Property

Gets the 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; }

Property Value

String
The prefix for long argument names, or if Mode is not LongShort.

Remarks

The long argument prefix is only used if Mode property is LongShort. See ArgumentNamePrefixes to get the prefixes for short argument names.

See Also