SalesOrderLineCollection..::..TotalDeliveredQuantity Property

Namespace:  JiwaFinancials.Jiwa.JiwaSales.SalesOrder
Assembly:  JiwaSales (in JiwaSales.dll)

Syntax


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