Gets or sets the telephone number of this contact.
Namespace: Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public string Phone { get; set; } |
| Visual Basic |
|---|
Public Property Phone As String Get Set |
| Visual C++ |
|---|
public: property String^ Phone { String^ get (); void set (String^ value); } |
Field Value
A telephone number in human readable format (i.e., dashes, parentheses, etc. are allowed).
Remarks
If DisablePhoneFormatting is not true (i.e., formatting is not turned off),
and the phone number is 10 digits, it will be reformatted into the US formating, like (XXX) XXX-XXXX.