Gets the console that is attached to the application.

[VBScript]
Public ReadOnly Property Console As Console
[JScript]
public function get Console() : Console;

Property Value

A Console object representing the console that is attached to the application.

See Also

Application Object | Topic Members | HelpProducer Namespace | Console