[This is preliminary documentation and is subject to change.]
Sets the value of the <PhoneNumber> element.
| C# | Visual Basic | Visual C++ |
public void SetPhoneNumber( PhoneNumberType Type, string Number )
Public Sub SetPhoneNumber ( _ Type As PhoneNumberType, _ Number As String _ )
public: void SetPhoneNumber ( PhoneNumberType^ Type, String^ Number )
- Type (PhoneNumberType)
- Code that specifies what type of phone number this is. Note: A subset of valid values may be specified in data objects.
- Number (String)
- Phone number. Acceptable formats:
This form of setPhoneNumber is provided as a convenience method that is functionally equivalent to the PhoneNumber
Version: 2.0
Since: 1.5r1