CliArgumentAttributeHelpName Property

Gets or sets the name of the argument when displayed in help.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.7
C#
public string HelpName { get; set; }

Property Value

String

See Also