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!

XmlTextWriter.Indentation

Gets or sets how many IndentChars to write for each level in the hierarchy when doing "Indented" Formatting.

[Visual Basic]
Public Property Indentation As Integer
[C#]
public int Indentation {get; set;}
[C++]
public: __property int get_Indentation();
public: __property void set_Indentation(int);
[JScript]
public function get Indentation() : int;
public function set Indentation(int);

Property Value

Number of IndentChars for each level. Default is 2.

See Also

XmlTextWriter Class | XmlTextWriter Members | System.NewXml Namespace