---
title: identifier
framework: intents
role: symbol
role_heading: Instance Property
path: intents/intasklist/identifier
---

# identifier

The unique identifier that you use to identify the task list internally.

## Declaration

```swift
var identifier: String? { get }
```

## Discussion

Discussion Use this value internally to locate notes in your app’s data structures.
