---
title: defaultProfile
framework: intents
role: symbol
role_heading: Instance Property
path: intents/insetprofileincarintent/defaultprofile-4ztep
---

# defaultProfile

A Boolean value indicating whether to make the profile the default profile.

## Declaration

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

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

## Discussion

Discussion When the value in this property is true, the user wants to make the profile the default profile for the vehicle.

## See Also

### Getting the Profile Information

- [profileName](intents/insetprofileincarintent/profilename.md)
- [profileLabel](intents/insetprofileincarintent/profilelabel.md)
- [profileNumber](intents/insetprofileincarintent/profilenumber-50f30.md)
