---
title: contactRelations
framework: contacts
role: symbol
role_heading: Instance Property
path: contacts/cncontact/contactrelations
---

# contactRelations

An array of labeled relations for the contact.

## Declaration

```swift
var contactRelations: [CNLabeledValue<CNContactRelation>] { get }
```

## Discussion

Discussion This property is an array of CNLabeledValue objects, each of which has a label and a CNContactRelation value. This property was previously known as related names.

## See Also

### Getting Related Information

- [instantMessageAddresses](contacts/cncontact/instantmessageaddresses.md)
