FinancialYear..::..RetainedEarningsAccount Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.GeneralLedger
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public Account RetainedEarningsAccount { get; set; }
Public Property RetainedEarningsAccount As Account
	Get
	Set
public:
property Account^ RetainedEarningsAccount {
	Account^ get ();
	void set (Account^ value);
}