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!

Console.Out

This field is assigned to the standard output stream of the system. It can be redirected via the SetOut method.

[Visual Basic]
Public Shared ReadOnly Out As TextWriter
[C#]
public static readonly TextWriter Out;
[C++]
public: static readonly TextWriter* Out;
[JScript]
public static var Out : TextWriter;

See Also

Console Class | Console Members | System Namespace