# IDictionaryElementProperty

> Interface over a property representing a untyped dictionary element.

## Definition

* **Type:** Interface
* **Namespace:** [Unity.Properties](/engine/6000.6/script-reference/unity/properties.md)
* **Assembly:** UnityEngine.PropertiesModule

```csharp
public interface IDictionaryElementProperty : ICollectionElementProperty
```

## Properties

| Property                                                                                              | Description                                 |
| ----------------------------------------------------------------------------------------------------- | ------------------------------------------- |
| [ObjectKey](/engine/6000.6/script-reference/unity/properties/idictionaryelementproperty/objectkey.md) | The key of this property in the dictionary. |
