SIFWorks ADK 2.0
StudentGradeLevel Property
NamespacesEdustructures.SifWorks.AssessmentAssessmentRegistrationStudentGradeLevel

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

Gets or sets the value of the <StudentGradeLevel> element.
Declaration Syntax
C#Visual BasicVisual C++
public GradeLevel StudentGradeLevel{ get; set;}
Public Property StudentGradeLevel As GradeLevel
public:
property GradeLevel^ StudentGradeLevel {
	GradeLevel^ get ();
	void set (GradeLevel^ value);
}
Value
A GradeLevel
Remarks

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

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