  | SchoolCurrentAcademicYear Property  | 
 
            Gets or sets the current academic year.
            
 
    Namespace: 
   SeniorSystemsWS.Entity.Academic
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic int CurrentAcademicYear { get; set; }Public Property CurrentAcademicYear As Integer
	Get
	Set
public:
property int CurrentAcademicYear {
	int get ();
	void set (int value);
}function get CurrentAcademicYear () : int
function set CurrentAcademicYear (value : int)
function get_CurrentAcademicYear();
function set_CurrentAcademicYear(value);
Property Value
Type: 
Int32The current academic year this school division is operating in.
RemarksAn academic year is typically the calendar year the school year ends in.
            
For example, a school year of 2012-2013 would be an academic year of 2013.
See Also