Line..::..QuantityLastYearSales Property

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

Syntax


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