/// <summary> /// Sets the value of the <c><CourseLevel></c> element. /// </summary> /// <param name="val">A CourseLevel object</param> /// <remarks> /// <para>The SIF specification defines the meaning of this element as: "Conveys the level of the course."</para> /// <para>Version: 2.6</para> /// <para>Since: 2.0</para> /// </remarks> public void SetCourseLevel(CourseLevel val) { SetField(StudentDTD.SCEDCODE_COURSELEVEL, val); }
/// <summary> /// Sets the value of the <c><CourseLevel></c> element. /// </summary> /// <param name="val">A CourseLevel object</param> /// <remarks> /// <para>The SIF specification defines the meaning of this element as: "Conveys the level of the course."</para> /// <para>Version: 2.6</para> /// <para>Since: 2.0</para> /// </remarks> public void SetCourseLevel( CourseLevel val ) { SetField( StudentDTD.SCEDCODE_COURSELEVEL, val ); }