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

# resultType

The data type of the request’s result value.

## Declaration

```swift
var resultType: NSBatchDeleteRequestResultType { get }
```

## Discussion

Discussion This property’s value is set to the request’s resultType property.

## See Also

### Accessing the Result

- [result](coredata/nsbatchdeleteresult/result.md)
- [NSBatchDeleteRequestResultType](coredata/nsbatchdeleterequestresulttype.md)
