/// <summary> /// Sets the value of the <c><AppealResult></c> element. /// </summary> /// <param name="val">A AppealResult object</param> /// <remarks> /// <para>The SIF specification defines the meaning of this element as: "The result of the appeal against permanent exclusion. CBDS: 100096"</para> /// <para>Version: 2.5</para> /// <para>Since: 2.0</para> /// </remarks> public void SetAppealResult( AppealResult val ) { SetField( LearnerDTD.LEARNEREXCLUSION_APPEALRESULT, val ); }
/// <summary> /// Sets the value of the <c><AppealResult></c> element. /// </summary> /// <param name="val">A AppealResult object</param> /// <remarks> /// <para>The SIF specification defines the meaning of this element as: "The result of the appeal against permanent exclusion. CBDS: 100096"</para> /// <para>Version: 2.6</para> /// <para>Since: 2.0</para> /// </remarks> public void SetAppealResult(AppealResult val) { SetField(LearnerDTD.LEARNEREXCLUSION_APPEALRESULT, val); }