The current number of consecutive losing positions.

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

Syntax

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

See Also