---
title: phoneNumbers
framework: contacts
role: symbol
role_heading: Instance Property
path: contacts/cnmutablecontact/phonenumbers
---

# phoneNumbers

An array of labeled phone numbers for a contact.

## Declaration

```swift
var phoneNumbers: [CNLabeledValue<CNPhoneNumber>] { get set }
```

## Discussion

Discussion This property is an array of CNLabeledValue objects, each of which has a label and a CNPhoneNumber value.
