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

Syntax

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

See Also