/// <summary> /// Sets the value of the <c><ListedStatus></c> element. /// </summary> /// <param name="val">A ListedStatus object</param> /// <remarks> /// <para>The SIF specification defines the meaning of this element as: "Indicates whether or not the phone number is available to the public."</para> /// <para>Version: 2.6</para> /// <para>Since: 2.0</para> /// </remarks> public void SetListedStatus( ListedStatus val ) { SetField( CommonDTD.PHONENUMBER_LISTEDSTATUS, val ); }
/// <summary> /// Sets the value of the <c><ListedStatus></c> element. /// </summary> /// <param name="val">A ListedStatus object</param> /// <remarks> /// <para>The SIF specification defines the meaning of this element as: "Indicates whether or not the phone number is available to the public."</para> /// <para>Version: 2.6</para> /// <para>Since: 2.0</para> /// </remarks> public void SetListedStatus(ListedStatus val) { SetField(CommonDTD.PHONENUMBER_LISTEDSTATUS, val); }