PhoneDialOptions.ContactPhone Property
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.
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
|