---
title: managedObjectModel
framework: coredata
role: symbol
role_heading: Instance Property
path: coredata/nsentitydescription/managedobjectmodel
---

# managedObjectModel

The managed object model with which the receiver is associated.

## Declaration

```swift
unowned(unsafe) var managedObjectModel: NSManagedObjectModel { get }
```

## See Also

### Related Documentation

- [setEntities(_:forConfigurationName:)](coredata/nsmanagedobjectmodel/setentities(_:forconfigurationname:).md)
- [entities](coredata/nsmanagedobjectmodel/entities.md)

### Getting descriptive information

- [name](coredata/nsentitydescription/name.md)
- [managedObjectClassName](coredata/nsentitydescription/managedobjectclassname.md)
- [renamingIdentifier](coredata/nsentitydescription/renamingidentifier.md)
- [isAbstract](coredata/nsentitydescription/isabstract.md)
- [userInfo](coredata/nsentitydescription/userinfo.md)
- [coreSpotlightDisplayNameExpression](coredata/nsentitydescription/corespotlightdisplaynameexpression.md)
