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

# init(_:)

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(rawValue:)](shazamkit/shmediaitemproperty/init(rawvalue:).md)
