---
title: presetNumber
framework: intents
role: symbol
role_heading: Instance Property
path: intents/insetradiostationintent/presetnumber-20pv7
---

# presetNumber

The programmable preset assigned to the station.

## Declaration

```occ
@property (nonatomic, copy, readonly, nullable) NSNumber * presetNumber;
```

```occ
@property (atomic, copy, readonly, nullable) NSNumber * presetNumber;
```

## 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-63rbb.md)
- [stationName](intents/insetradiostationintent/stationname.md)
- [channel](intents/insetradiostationintent/channel.md)
