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.IndentChar

Gets or sets which character to use for indenting when doing "Indented" Formatting.

[Visual Basic]
Public Property IndentChar As Char
[C#]
public char IndentChar {get; set;}
[C++]
public: __property __wchar_t get_IndentChar();
public: __property void set_IndentChar(__wchar_t);
[JScript]
public function get IndentChar() : Char;
public function set IndentChar(Char);

Property Value

The character to use for indenting. Default is space. The character must be a valid whitespace character.

See Also

XmlTextWriter Class | XmlTextWriter Members | System.NewXml Namespace