Share via


PhoneDialOptions.ContactPhone Property

Definition

Gets or sets the phone number property of the address book contact that is associated with the dial request.

public:
 property ContactPhone ^ ContactPhone { ContactPhone ^ get(); void set(ContactPhone ^ value); };
ContactPhone ContactPhone();

void ContactPhone(ContactPhone value);
public ContactPhone ContactPhone { get; set; }
var contactPhone = phoneDialOptions.contactPhone;
phoneDialOptions.contactPhone = contactPhone;
Public Property ContactPhone As ContactPhone

Property Value

The phone number property of the address book contact associated with the dial request.

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem

Applies to