Console: Out (get)

Out

Returns the output writer currently being used by the Console.



 Public Property Get Out ( ) As TextWriter

Return Values

TextWriter -  Returns an object that implements the TextWriter interface.

Remarks

The default output for the Console is to a Console window displayed on the screen. The output can be redirected to a new Stream using SetOut.

Read Only.

See Also

Project CorLib Overview

Class Console Overview