---
title: mutableObjects
framework: contacts
role: symbol
role_heading: Instance Property
path: contacts/cncontactfetchrequest/mutableobjects
---

# mutableObjects

A Boolean value that indicates whether to return mutable contacts.

## Declaration

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

## Discussion

Discussion When the value of this property is true, the fetch returns CNMutableContact objects; otherwise it returns CNContact objects. The default value of this property is false.

## See Also

### Configuring the Fetch Options

- [unifyResults](contacts/cncontactfetchrequest/unifyresults.md)
- [sortOrder](contacts/cncontactfetchrequest/sortorder.md)
- [CNContactSortOrder](contacts/cncontactsortorder.md)
