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

Gets or sets the TextWriter to use for output.

[Visual Basic]
Protected ReadOnly Property Output As TextWriter
[C#]
protected TextWriter Output {get;}
[C++]
protected: __property TextWriter* get_Output();
[JScript]
protected function get Output() : TextWriter;

Property Value

The TextWriter to use for output.

See Also

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