Indicates whether the output should be sent to the output window, the status bar, or both.

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

Syntax

C#
public SystemOutputLocation OutputLocation { get; set; }
Visual Basic (Declaration)
Public Property OutputLocation As SystemOutputLocation
Visual C++
public:
property SystemOutputLocation OutputLocation {
	SystemOutputLocation get ();
	void set (SystemOutputLocation value);
}

See Also