ContactAddress.Kind Property

Definition

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

Applies to