Gets a count of the number of COrderLines on the COrder.

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public int OrderLinesCount { get; }
Visual Basic (Declaration)
Public ReadOnly Property OrderLinesCount As Integer
Visual C++
public:
property int OrderLinesCount {
	int get ();
}

See Also