---
title: keysToFetch
framework: contacts
role: symbol
role_heading: Instance Property
path: contacts/cncontactfetchrequest/keystofetch
---

# keysToFetch

The properties to fetch in the returned contacts.

## Declaration

```swift
var keysToFetch: [any CNKeyDescriptor] { get set }
```

## Discussion

Discussion An array of contact property keys or key descriptors from contact objects to be fetched in the returned contacts. For example, CNContactEmailAddressesKey, CNContactPhoneNumbersKey, CNContactFormatterStyle.fullName fetches the contact’s email addresses, phone numbers, and contact’s full name with the contact formatter.
