---
title: name
framework: coredata
role: symbol
role_heading: Instance Property
path: coredata/nspropertymapping/name
---

# name

The name of the property in the destination entity for the property mapping.

## Declaration

```swift
var name: String? { get set }
```

## See Also

### Related Documentation

- [Core Data Model Versioning and Data Migration Programming Guide](apple-archive/documentation/Cocoa/Conceptual/CoreDataVersioning/Articles/Introduction.html.md)

### Managing Mapping Attributes

- [valueExpression](coredata/nspropertymapping/valueexpression.md)
- [userInfo](coredata/nspropertymapping/userinfo.md)
