Budget..::..LastBudget Property

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

Syntax


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