SalesOrderLine..::..QuantityDemand Property

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

Syntax


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