---
title: destinationModel
framework: coredata
role: symbol
role_heading: Instance Property
path: coredata/nsmigrationmanager/destinationmodel
---

# destinationModel

The destination model for the migration manager.

## Declaration

```swift
var destinationModel: NSManagedObjectModel { get }
```

## See Also

### Related Documentation

- [init(sourceModel:destinationModel:)](coredata/nsmigrationmanager/init(sourcemodel:destinationmodel:).md)

### Getting the Manager’s Configuration

- [destinationContext](coredata/nsmigrationmanager/destinationcontext.md)
- [mappingModel](coredata/nsmigrationmanager/mappingmodel.md)
- [sourceContext](coredata/nsmigrationmanager/sourcecontext.md)
- [sourceModel](coredata/nsmigrationmanager/sourcemodel.md)
- [destinationEntity(for:)](coredata/nsmigrationmanager/destinationentity(for:).md)
- [sourceEntity(for:)](coredata/nsmigrationmanager/sourceentity(for:).md)
