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

# identifier

The unique identifier that you use to identify the note internally.

## Declaration

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

## Discussion

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