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
| Name | Description |
|---|---|
| ContactPhone() |
Initializes a new instance of the ContactPhone class. |
| ContactPhone(String) |
Initializes a new instance of the ContactPhone class with the given data. |
Properties
| Name | Description |
|---|---|
| PhoneNumber |
Gets or sets the phone number. |
Methods
| Name | Description |
|---|---|
| ToString() |
Returns a string representation of the current values of Contact. |