/// <summary>
 /// Sets the value of the <c>&lt;AuthorizedActual&gt;</c> element.
 /// </summary>
 /// <param name="val">A AuthorizedActual object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Indicator - Identifies whether accommodations in this object are authorized or were actually used."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetAuthorizedActual( AuthorizedActual val )
 {
     SetField( ProgramsDTD.TESTACCOMMODATION_AUTHORIZEDACTUAL, val );
 }
示例#2
0
 /// <summary>
 /// Sets the value of the <c>&lt;AuthorizedActual&gt;</c> element.
 /// </summary>
 /// <param name="val">A AuthorizedActual object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Indicator - Identifies whether accommodations in this object are authorized or were actually used."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetAuthorizedActual(AuthorizedActual val)
 {
     SetField(ProgramsDTD.TESTACCOMMODATION_AUTHORIZEDACTUAL, val);
 }