Line..::..QuantityTaken Property

Gets or sets the quantity taken.

Namespace:  JiwaFinancials.Jiwa.JiwaSupplierReturns.Shipping
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 activiated shipping. or Cannot alter item quantities, as the shipping is closed.