FinancialYear..::..Periods Property

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

Syntax


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