Gets the optional Symbol assigned to this output message.

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

Syntax

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

See Also