---
title: userInfo
framework: coredata
role: symbol
role_heading: Instance Property
path: coredata/nspropertydescription/userinfo
---

# userInfo

The user info dictionary of the receiver.

## Declaration

```swift
var userInfo: [AnyHashable : Any]? { get set }
```

## Discussion

Discussion Setting the user info raises an exception if the receiver’s model has been used by an object graph manager.

## See Also

### Accessing Features of a Property

- [entity](coredata/nspropertydescription/entity.md)
- [isIndexed](coredata/nspropertydescription/isindexed.md)
- [isOptional](coredata/nspropertydescription/isoptional.md)
- [isTransient](coredata/nspropertydescription/istransient.md)
- [name](coredata/nspropertydescription/name.md)
