CliCommandBuilderNamePrefixConvention Property

Gets the prefix convention used for automatically generated option names.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
public CliNamePrefixConvention NamePrefixConvention { get; protected set; }

Property Value

CliNamePrefixConvention

See Also