///<summary>Sets the value of the <c><AreasOfInterestList></c> element.</summary> /// <param name="ActivityInfo">An ActivityInfo</param> ///<remarks> /// <para>This form of <c>setAreasOfInterestList</c> is provided as a convenience method /// that is functionally equivalent to the <c>AreasOfInterestList</c></para> /// <para>Version: 2.5</para> /// <para>Since: 2.3</para> /// </remarks> public void SetAreasOfInterestList( ActivityInfo ActivityInfo ) { RemoveChild( StudentDTD.STUDENTSDTN_AREASOFINTERESTLIST); AddChild( StudentDTD.STUDENTSDTN_AREASOFINTERESTLIST, new AreasOfInterestList( ActivityInfo ) ); }