Table of Contents

CliOptionAttribute.Description Property

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

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

public string Description { get; set; }

Property Value

string