CodeGeneratorOptions.IndentString Property

Definition

Gets or sets the string to use for indentations.

public:
 property System::String ^ IndentString { System::String ^ get(); void set(System::String ^ value); };
public string IndentString { get; set; }
member this.IndentString : string with get, set
Public Property IndentString As String

Property Value

A string containing the characters to use for indentations.

Remarks

The default value of this property is "/----/" (four spaces).

Applies to