<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/TargetContentProvidingIntent/contentIdentifier",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "App Intents"
    ],
    "preciseIdentifier" : "s:10AppIntents28TargetContentProvidingIntentP17contentIdentifierSSvp"
  },
  "title" : "contentIdentifier"
}
-->

# contentIdentifier

A custom string your app uses to identify the app intent.

```
var contentIdentifier: String { get }
```

## Discussion

The protocol provides a default implementation of this property and sets its value to the name of
the app intent type. You can also reimplement this property to provide a custom value for your app intent.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)