GeneralLedger..::..LastYearOpeningBalance Property

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

Syntax


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