---
title: subtitle
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cpcontact/subtitle
---

# subtitle

A subtitle that the template displays in addition to the contact’s name.

## Declaration

```swift
var subtitle: String? { get set }
```

## Discussion

Discussion Use this property to display secondary information about the contact. For example, their job title or email address. The default value is nil.

## See Also

### Configuring the Contact’s Attributes

- [image](carplay/cpcontact/image.md)
- [name](carplay/cpcontact/name.md)
- [informativeText](carplay/cpcontact/informativetext.md)
