---
title: resultType
framework: coredata
role: symbol
role_heading: Instance Property
path: coredata/nspersistenthistorychangerequest/resulttype
---

# resultType

The type of result that this request returns.

## Declaration

```swift
var resultType: NSPersistentHistoryResultType { get set }
```

## Discussion

Discussion This value defaults to NSPersistentHistoryResultType.transactionsAndChanges.

## See Also

### Configuring the Request

- [fetchRequest](coredata/nspersistenthistorychangerequest/fetchrequest.md)
