ContactPhone.Kind 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 kind of phone for a contact.
public:
property ContactPhoneKind Kind { ContactPhoneKind get(); void set(ContactPhoneKind value); };
ContactPhoneKind Kind();
void Kind(ContactPhoneKind value);
public ContactPhoneKind Kind { get; set; }
var contactPhoneKind = contactPhone.kind;
contactPhone.kind = contactPhoneKind;
Public Property Kind As ContactPhoneKind
Property Value
A ContactPhoneKind-typed value that indicates the kind of phone.
Windows requirements
App capabilities |
contactsSystem
|