---
title: taskLists
framework: intents
role: symbol
role_heading: Instance Property
path: intents/insearchfornotebookitemsintentresponse/tasklists
---

# taskLists

The task lists found by the search.

## Declaration

```swift
var taskLists: [INTaskList]? { get set }
```

## Discussion

Discussion When searching for items of type INNotebookItemType.taskList, put the results of your search in this property. Assign a value to the sortType property that indicates how you sorted the results.

## See Also

### Specifying the Search Results

- [notes](intents/insearchfornotebookitemsintentresponse/notes.md)
- [tasks](intents/insearchfornotebookitemsintentresponse/tasks.md)
- [sortType](intents/insearchfornotebookitemsintentresponse/sorttype.md)
- [INSortType](intents/insorttype.md)
