Gets or sets the quantity of units of the CStandardProduct needed for the kit.

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

Syntax

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

Field Value

A floating point number that can represent whole or partial quantities of the product. For example, the kit may contain 1.5 units of this product.

See Also