CliArgumentAttributeDescription Property

Gets or sets the description of the argument. This will be displayed in usage help of the command line application.

Definition

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

Property Value

String

See Also