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

# userInfo

The user info dictionary for the entity mapping.

## Declaration

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

## Discussion

Discussion You can use the info dictionary in any way that might be useful in your migration. You can set the contents of the dictionary directory or using the appropriate inspector in the Xcode mapping model editor.

## See Also

### Managing Mapping Information

- [name](coredata/nsentitymapping/name.md)
- [mappingType](coredata/nsentitymapping/mappingtype.md)
- [entityMigrationPolicyClassName](coredata/nsentitymapping/entitymigrationpolicyclassname.md)
- [attributeMappings](coredata/nsentitymapping/attributemappings.md)
- [relationshipMappings](coredata/nsentitymapping/relationshipmappings.md)
