///<summary>Sets the value of the <c>&lt;RecognitionList&gt;</c> element.</summary>
 /// <param name="Recognition">The nature of recognition given to the student for the successful completion of work in a co-curricular or extra-curricular activity.</param>
 ///<remarks>
 /// <para>This form of <c>setRecognitionList</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>RecognitionList</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetRecognitionList(Recognition Recognition)
 {
     RemoveChild(StudentDTD.STUDENTACTIVITYPARTICIPATION_RECOGNITIONLIST);
     AddChild(StudentDTD.STUDENTACTIVITYPARTICIPATION_RECOGNITIONLIST, new RecognitionList(Recognition));
 }
 ///<summary>Sets the value of the <c>&lt;RecognitionList&gt;</c> element.</summary>
 /// <param name="Recognition">The nature of recognition given to the student for the successful completion of work in a co-curricular or extra-curricular activity.</param>
 ///<remarks>
 /// <para>This form of <c>setRecognitionList</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>RecognitionList</c></para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetRecognitionList( Recognition Recognition )
 {
     RemoveChild( StudentDTD.STUDENTACTIVITYPARTICIPATION_RECOGNITIONLIST);
     AddChild( StudentDTD.STUDENTACTIVITYPARTICIPATION_RECOGNITIONLIST, new RecognitionList( Recognition ) );
 }