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 property is used by the WriteArgumentDescriptions method.
This value is not used if the maximum line length of the LineWrappingTextWriter to which the usage is being written is less than 30.