Console: Out (get) |
Returns the output writer currently being used by the Console.
Public Property Get Out ( ) As TextWriter
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.