ContactAddress.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 contact address.
public:
property ContactAddressKind Kind { ContactAddressKind get(); void set(ContactAddressKind value); };
ContactAddressKind Kind();
void Kind(ContactAddressKind value);
public ContactAddressKind Kind { get; set; }
var contactAddressKind = contactAddress.kind;
contactAddress.kind = contactAddressKind;
Public Property Kind As ContactAddressKind
Property Value
A ContactAddressKind-typed value that indicates the type of contact address.
Windows requirements
App capabilities |
contactsSystem
|