# GetKeyHolders

```lua
exports.nolag_properties:GetKeyHolders(propertyId)
```

#### Parameters <a href="#parameters" id="parameters"></a>

* propertyId: `number` The property ID

#### Return Value <a href="#return-value" id="return-value"></a>

The key holders of the specified property. The inner table maps lock IDs (as strings) to their access status (boolean). OR empty table if there are no keyholders

* `table<string, table<string, boolean>>`
