Gets or sets the QUANTITY_SHIPPED field of the COrderLine.

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

Syntax

C#
public double QuantityShipped { get; set; }
Visual Basic (Declaration)
Public Property QuantityShipped As Double
Visual C++
public:
property double QuantityShipped {
	double get ();
	void set (double value);
}

See Also