Gets the number of order lines on the COrder.

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

Syntax

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

Field Value

A count of the number of lines that the order contains.

See Also