---
title: locked
framework: intents
role: symbol
role_heading: Instance Property
path: intents/insetcarlockstatusintent/locked-61uw4
---

# locked

A Boolean value that indicates whether to lock the car.

## Declaration

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

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

## Discussion

Discussion When this property is true, lock the car; otherwise unlock the car.
