/// <summary>
 /// Sets the value of the <c>&lt;ProgramType&gt;</c> element.
 /// </summary>
 /// <param name="val">A StudentFamilyProgramType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Identifies the individualised program for which the student's participation is described in this instance"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetProgramType( StudentFamilyProgramType val )
 {
     SetField( ProgramsDTD.STUDENTPARTICIPATION_PROGRAMTYPE, val );
 }
Exemple #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;ProgramType&gt;</c> element.
 /// </summary>
 /// <param name="val">A StudentFamilyProgramType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Identifies the individualised program for which the student's participation is described in this instance"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetProgramType(StudentFamilyProgramType val)
 {
     SetField(ProgramsDTD.STUDENTPARTICIPATION_PROGRAMTYPE, val);
 }