---
title: registrationPlate
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inridevehicle/registrationplate
---

# registrationPlate

The text on the license plate or registration plate of the vehicle.

## Declaration

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

## Discussion

Discussion Examples might include “1JBO007” or “SL68 APL” depending on the format used in the specific country or region where the driver registered the car.

## See Also

### Specifying the Vehicle Description

- [manufacturer](intents/inridevehicle/manufacturer.md)
- [model](intents/inridevehicle/model.md)
