Line..::..QuantityTaken Property

Gets or sets the quantity taken.

Namespace:  JiwaFinancials.Jiwa.JiwaSupplierReturns.Request
Assembly:  JiwaSupplierReturns (in JiwaSupplierReturns.dll)

Syntax


public decimal QuantityTaken { get; set; }
Public Property QuantityTaken As Decimal
	Get
	Set
public:
property Decimal^ QuantityTaken {
	Decimal^ get ();
	void set (Decimal^ value);
}

Field Value

The quantity taken.

Exceptions


ExceptionCondition
Exception Cannot alter quantities on an activated request. or Cannot alter item quantities, as the request is closed.