SIFWorks ADK 2.0
SchoolYear Property
NamespacesEdustructures.SifWorks.StudentSectionInfoSchoolYear

[This is preliminary documentation and is subject to change.]

Gets or sets the value of the SchoolYear attribute.
Declaration Syntax
C#Visual BasicVisual C++
public Nullable<int> SchoolYear{ get; set;}
Public Property SchoolYear As Nullable(Of Integer)
public:
property Nullable<int> SchoolYear {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
Value
The SchoolYear attribute of this object.
Remarks

The SIF specification defines the meaning of this attribute as: "School year for which the information is applicable, expressed as the four-digit year in which the school year ends (e.g. 2007 for the 2006-07 school year)."

Version: 2.0

Since: 2.0

Assembly: Edustructures.SifWorks.SdoAll (Module: Edustructures.SifWorks.SdoAll) Version: 2.0.0.10