[This is preliminary documentation and is subject to change.]
Gets or sets the value of the <StudentGradeLevel> element.
| C# | Visual Basic | Visual C++ |
public GradeLevel StudentGradeLevel{ get; set;}
Public Property StudentGradeLevel As GradeLevel
public: property GradeLevel^ StudentGradeLevel { GradeLevel^ get (); void set (GradeLevel^ value); }
A GradeLevel
The SIF specification defines the meaning of this null as: "Grade level of the student at the time of testing."
To remove the GradeLevel, set StudentGradeLevel to null
Version: 2.0
Since: 2.0