---
title: "init(rawValue:)"
framework: shazamkit
role: symbol
role_heading: Initializer
path: "shazamkit/shmediaitemproperty/init(rawvalue:)"
---

# init(rawValue:)

Creates a property key for the specified property.

## Declaration

```swift
init(rawValue: String)
```

## Parameters

- `rawValue`: The name of the key for the property.

## See Also

### Creating a property key

- [init(_:)](shazamkit/shmediaitemproperty/init(_:).md)
