Gets or sets the QUANTITY field of the CTransRow.

Namespace: Asi.iBO.Financials
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

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

See Also