SalesOrderLine..::..QuantityPreviousDemand Property

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

Syntax


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