/// <summary>
 /// Sets the value of the <c>&lt;TestType&gt;</c> element.
 /// </summary>
 /// <param name="val">A TestType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Identifies whether the test the student is to take is a standard or alternate."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetTestType( TestType val )
 {
     SetField( ProgramsDTD.TESTACCOMMODATION_TESTTYPE, val );
 }
示例#2
0
 /// <summary>
 /// Sets the value of the <c>&lt;TestType&gt;</c> element.
 /// </summary>
 /// <param name="val">A TestType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Identifies whether the test the student is to take is a standard or alternate."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetTestType(TestType val)
 {
     SetField(ProgramsDTD.TESTACCOMMODATION_TESTTYPE, val);
 }