Gets the OutputManager instance for this system.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public OutputManager Output { get; }
Visual Basic (Declaration)
Public ReadOnly Property Output As OutputManager
Visual C++
public:
property OutputManager^ Output {
	OutputManager^ get ();
}

See Also