/// <summary>
 /// Sets the value of the <c>&lt;DualCredit&gt;</c> element.
 /// </summary>
 /// <param name="val">A DualCredit object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Indicates whether this course is applicable in having dual credits."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetDualCredit( DualCredit val )
 {
     SetField( StudentDTD.SCHOOLCOURSEINFO_DUALCREDIT, val );
 }
Exemple #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;DualCredit&gt;</c> element.
 /// </summary>
 /// <param name="val">A DualCredit object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Indicates whether this course is applicable in having dual credits."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetDualCredit(DualCredit val)
 {
     SetField(StudentDTD.SCHOOLCOURSEINFO_DUALCREDIT, val);
 }