public int ApplicationDescriptionIndent { get; set; }Public Property ApplicationDescriptionIndent As Integer
Get
Set
Dim instance As UsageWriter
Dim value As Integer
value = instance.ApplicationDescriptionIndent
instance.ApplicationDescriptionIndent = valuepublic:
property int ApplicationDescriptionIndent {
int get ();
void set (int value);
}This property is only used if the IncludeApplicationDescription property is .
This also applies to the command description when showing usage help for a subcommand.