---
title: rawValue
framework: appintentstesting
role: symbol
role_heading: Instance Property
path: appintentstesting/anyappenum/rawvalue
---

# rawValue

The raw value of the selected enumeration option.

## Declaration

```swift
var rawValue: 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)
- [typeIdentifier](appintentstesting/anyappenum/typeidentifier.md)
