---
title: profileNumber
framework: intents
role: symbol
role_heading: Instance Property
path: intents/insaveprofileincarintent/profilenumber-7z4u2
---

# profileNumber

The profile index in which to save 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 to use.

## See Also

### Getting the Profile Information

- [profileName](intents/insaveprofileincarintent/profilename.md)
- [profileLabel](intents/insaveprofileincarintent/profilelabel.md)
