---
title: presetNumber
framework: intents
role: symbol
role_heading: Instance Property
path: intents/insetradiostationintent/presetnumber-2dub4
---

# presetNumber

The programmable preset assigned to the station.

## Declaration

```swift
@nonobjc final var presetNumber: Int? { get }
```

## Discussion

Discussion For most entertainment systems, users can assign favorite radio stations to one or more programmable presets. If the user specified a preset when asking to change the radio station, this property contains the specified preset number. When the channel property contains a valid value, this property nil.

## See Also

### Getting Details About the Radio Station to Set

- [radioType](intents/insetradiostationintent/radiotype.md)
- [frequency](intents/insetradiostationintent/frequency-2ctw6.md)
- [stationName](intents/insetradiostationintent/stationname.md)
- [channel](intents/insetradiostationintent/channel.md)
