Ejemplo n.º 1
0
 /// <summary>
 /// Sets the value of the <c>Format</c> attribute.
 /// </summary>
 /// <param name="val">A PhoneNumberFormat object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this attribute as: "A code that specifies the format of this phone number"</para>
 /// <para>Version: 1.5r1</para>
 /// <para>Since: 1.1</para>
 /// </remarks>
 public void SetFormat( PhoneNumberFormat val )
 {
     SetField( CommonDTD.PHONENUMBER_FORMAT, val );
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Sets the value of the <c>Format</c> attribute.
 /// </summary>
 /// <param name="val">A PhoneNumberFormat object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this attribute as: "A code that specifies the format of this phone number"</para>
 /// <para>Version: 1.5r1</para>
 /// <para>Since: 1.1</para>
 /// </remarks>
 public void SetFormat(PhoneNumberFormat val)
 {
     SetField(CommonDTD.PHONENUMBER_FORMAT, val);
 }