SalesOrderLine..::..QuantityThisDelivery Property

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

Syntax


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