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