<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`ObjectValue`](ObjectValue) › [`get`](ObjectValue/get)
## ObjectValue.get() method
**Signature:**
```typescript
get(key: string): Value | null;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| <code>key</code> | <code>string</code> | |
**Returns:**
[`Value`](Value)` | null`
the [Value](Value) associated with the provided key, or [NullValue](NullValue)<!-- -->. If the referenced property in the object is not a Value, it will be wrapped before returning.
1.10.0