Share via


ContactPhone Constructors

Definition

Overloads

ContactPhone()

Constructs a new instance of ContactPhone.

ContactPhone(String)

Constructs a new instance of ContactPhone using the various parameters.

ContactPhone()

Constructs a new instance of ContactPhone.

public ContactPhone ();

Applies to

ContactPhone(String)

Constructs a new instance of ContactPhone using the various parameters.

public ContactPhone (string phoneNumber);

Parameters

phoneNumber
System.String

The phone number.

Applies to