ContactField.Category Property

Definition

Gets the category for the contact data.

Note

ContactField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo, or ContactDate.

public:
 property ContactFieldCategory Category { ContactFieldCategory get(); };
ContactFieldCategory Category();
public ContactFieldCategory Category { get; }
var contactFieldCategory = contactField.category;
Public ReadOnly Property Category As ContactFieldCategory

Property Value

The category for the contact data.

Implements

Windows requirements

App capabilities
contactsSystem

Remarks

To see what types of categories you can assign to a ContactField, see ContactFieldCategory.

Applies to