CliDirectiveAttributeDescription Property

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

This is not used for directives currently, but it's reserved for future use.

Definition

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

Property Value

String

See Also