---
title: profileNumber
framework: intents
role: symbol
role_heading: Instance Property
path: intents/insetprofileincarintent/profilenumber-50f30
---

# profileNumber

The profile index from which to restore the settings.

## Declaration

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

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

## Discussion

Discussion If your vehicle saves profile information using defined indexes, use this property to get the integer index of the profile slot from which to retrieve the settings.

## See Also

### Getting the Profile Information

- [defaultProfile](intents/insetprofileincarintent/defaultprofile-4ztep.md)
- [profileName](intents/insetprofileincarintent/profilename.md)
- [profileLabel](intents/insetprofileincarintent/profilelabel.md)
