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

Syntax

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

See Also