NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeGenerator.Indent

Gets or sets the amount of spaces to indent.

[Visual Basic]
Protected Property Indent As Integer
[C#]
protected int Indent {get; set;}
[C++]
protected: __property int get_Indent();
protected: __property void set_Indent(int);
[JScript]
protected function get Indent() : int;
protected function set Indent(int);

Property Value

The number of spaces to indent.

See Also

CodeGenerator Class | CodeGenerator Members | System.CodeDOM.Compiler Namespace