---
title: unifyResults
framework: contacts
role: symbol
role_heading: Instance Property
path: contacts/cncontactfetchrequest/unifyresults
---

# unifyResults

A Boolean value that indicates whether to return linked contacts as unified contacts.

## Declaration

```swift
var unifyResults: Bool { get set }
```

## Discussion

Discussion A unified contact is an aggregation of properties from a set of linked individual contacts. When the value of this property is true, the fetch returns unified contacts; otherwise, it returns individual contacts. The default value of this property is true.

## See Also

### Configuring the Fetch Options

- [mutableObjects](contacts/cncontactfetchrequest/mutableobjects.md)
- [sortOrder](contacts/cncontactfetchrequest/sortorder.md)
- [CNContactSortOrder](contacts/cncontactsortorder.md)
