SalesHistory..::..LastYearSellValue Property

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

Syntax


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