Existing positions which were affected by the overfill.

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

Syntax

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

See Also