Gets or sets the CANCEL_QUANTITY field of the COrderLine.

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

Syntax

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

See Also