Gets the LINE_NUMBER field of the COrderLine.

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

Syntax

C#
public double LineNumber { get; }
Visual Basic (Declaration)
Public ReadOnly Property LineNumber As Double
Visual C++
public:
property double LineNumber {
	double get ();
}

See Also