Пример #1
0
 /// <summary>
 /// Sets the value of the <c>&lt;ListedStatus&gt;</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.5</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetListedStatus( ListedStatus val )
 {
     SetField( CommonDTD.PHONENUMBER_LISTEDSTATUS, val );
 }
Пример #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;ListedStatus&gt;</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);
 }