SalesOrderLine..::..OriginalQuantityThisDelivery Property

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

Syntax


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