---
title: stationName
framework: intents
role: symbol
role_heading: Instance Property
path: intents/insetradiostationintent/stationname
---

# stationName

The name associated with the radio station.

## Declaration

```swift
var stationName: String? { get }
```

## Discussion

Discussion For stations that are identifiable by name, this property contains that name. If the user doesn’t provide other identifying information, use the station name to look up the appropriate channel or frequency information.

## See Also

### Getting Details About the Radio Station to Set

- [radioType](intents/insetradiostationintent/radiotype.md)
- [frequency](intents/insetradiostationintent/frequency-2ctw6.md)
- [channel](intents/insetradiostationintent/channel.md)
- [presetNumber](intents/insetradiostationintent/presetnumber-2dub4.md)
