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

Syntax

C#
public List<SeriesInputValue> SeriesInputs { get; set; }
Visual Basic (Declaration)
Public Property SeriesInputs As List(Of SeriesInputValue)
Visual C++
public:
property List<SeriesInputValue^>^ SeriesInputs {
	List<SeriesInputValue^>^ get ();
	void set (List<SeriesInputValue^>^ value);
}

See Also