ContactPhone Class

Definition

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