public int CommandDescriptionIndent { get; set; }
Public Property CommandDescriptionIndent As Integer
Get
Set
Dim instance As UsageWriter
Dim value As Integer
value = instance.CommandDescriptionIndent
instance.CommandDescriptionIndent = value
public:
property int CommandDescriptionIndent {
int get ();
void set (int value);
}
This value is used by the base implementation of the WriteCommandDescriptionHeader(CommandInfo) method, unless the ShouldIndent property is .