Line..::..QuantitySalesForecast Property

Namespace:  JiwaFinancials.Jiwa.JiwaPurchaseOrderGeneration
Assembly:  JiwaPurchaseOrderGeneration (in JiwaPurchaseOrderGeneration.dll)

Syntax


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