///<summary>Sets the value of the <c><NeglectedOrDelinquentParticipationList></c> element.</summary> /// <param name="NeglectedOrDelinquentParticipation">The type and number of days a student participated in a Neglected or Delinquent program during the reporting period.</param> ///<remarks> /// <para>This form of <c>setNeglectedOrDelinquentParticipationList</c> is provided as a convenience method /// that is functionally equivalent to the <c>NeglectedOrDelinquentParticipationList</c></para> /// <para>Version: 2.6</para> /// <para>Since: 2.4</para> /// </remarks> public void SetNeglectedOrDelinquentParticipationList( NeglectedOrDelinquentParticipation NeglectedOrDelinquentParticipation ) { RemoveChild( ProgramsDTD.STUDENTSPECIALEDUCATIONSUMMARY_NEGLECTEDORDELINQUENTPARTICIPATIONLIST); AddChild( ProgramsDTD.STUDENTSPECIALEDUCATIONSUMMARY_NEGLECTEDORDELINQUENTPARTICIPATIONLIST, new NeglectedOrDelinquentParticipationList( NeglectedOrDelinquentParticipation ) ); }