SalesOrderLine..::..QuantityPreviousDelivery Property

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

Syntax


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