Gets or sets the SymbolInformation instance.

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

Syntax

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

See Also