ContactField.Category 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 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.