/// <summary> /// Sets the value of the <c><SchoolCoEdStatus></c> element. /// </summary> /// <param name="val">A SchoolCoEdStatusType object</param> /// <remarks> /// <para>The SIF specification defines the meaning of this element as: "Gender of student population."</para> /// <para>Version: 2.6</para> /// <para>Since: 2.3</para> /// </remarks> public void SetSchoolCoEdStatus(SchoolCoEdStatusType val) { SetField(SchoolDTD.SCHOOLINFO_SCHOOLCOEDSTATUS, val); }
/// <summary> /// Sets the value of the <c><SchoolCoEdStatus></c> element. /// </summary> /// <param name="val">A SchoolCoEdStatusType object</param> /// <remarks> /// <para>The SIF specification defines the meaning of this element as: "Gender of student population."</para> /// <para>Version: 2.6</para> /// <para>Since: 2.3</para> /// </remarks> public void SetSchoolCoEdStatus( SchoolCoEdStatusType val ) { SetField( SchoolDTD.SCHOOLINFO_SCHOOLCOEDSTATUS, val ); }