ContactPhone Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a phone number that is associated with a Contact.
public ref class ContactPhone
public class ContactPhone
type ContactPhone = class
Public Class ContactPhone
- Inheritance
-
ContactPhone
Constructors
ContactPhone() |
Initializes a new instance of the ContactPhone class. |
ContactPhone(String) |
Initializes a new instance of the ContactPhone class with the given data. |
Properties
PhoneNumber |
Gets or sets the phone number. |
Methods
ToString() |
Returns a string representation of the current values of Contact. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.