---
title: valueMaximumLength
framework: appintents
role: symbol
role_heading: Type Property
path: appintents/entityidentifier/valuemaximumlength
---

# valueMaximumLength

Maximum allowed length for the identifier value. This is a constraint imposed by the system and thus forces us to truncate the identifier if it exceeds the maximum length.

## Declaration

```swift
static let valueMaximumLength: Int
```

## See Also

### Getting the identifier details

- [identifier](appintents/entityidentifier/identifier.md)
- [entityType](appintents/entityidentifier/entitytype.md)
