---
title: typeIdentifier
framework: appintentstesting
role: symbol
role_heading: Instance Property
path: appintentstesting/anyappenum/typeidentifier
---

# typeIdentifier

The enumeration’s type identifier.

## Declaration

```swift
var typeIdentifier: String { get set }
```

## See Also

### Creating an enum

- [init(typeIdentifier:rawValue:)](appintentstesting/anyappenum/init(typeidentifier:rawvalue:).md)
- [init(typeIdentifier:value:)](appintentstesting/anyappenum/init(typeidentifier:value:).md)
- [rawValue](appintentstesting/anyappenum/rawvalue.md)
