# values

> The values of the device requirement description.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.5/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public IDictionary<string, string> values { get; }
```

### Remarks

The values are encoded as a set of key-value pairs. The keys and values defined in this setting directly correspond to keys and values used to describe device requirements in the asset catalog Contents.json file.
