---
title: entityIdentifierString
framework: appintents
role: symbol
role_heading: Instance Property
path: appintents/syncableentityidentifier/entityidentifierstring
---

# entityIdentifierString

Returns the string representation of this identifier’s local ID.

## Declaration

```swift
var entityIdentifierString: String { get }
```

## Return Value

Return Value The local ID’s string representation

## Discussion

Discussion This method requires a local ID to be present. Stable-only identifiers (created via the @_spi(_) initializer) should not have this method called. note: The identifier must have a local ID
