Gets the number of order lines on the COrder.

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

Syntax

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

Field Value

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

See Also