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!

IndentedTextWriter.InnerWriter

[To be supplied.]

[Visual Basic]
Public ReadOnly Property InnerWriter As TextWriter
[C#]
public TextWriter InnerWriter {get;}
[C++]
public: __property TextWriter* get_InnerWriter();
[JScript]
public function get InnerWriter() : TextWriter;

See Also

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