# IIndexedProperties<TContainer>

> This interface provides access to an IProperty<TContainer> of a IPropertyBag<TContainer> by index.

## Definition

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

```csharp
public interface IIndexedProperties<TContainer>
```

## Methods

| Method                                                                                                   | Description                                            |
| -------------------------------------------------------------------------------------------------------- | ------------------------------------------------------ |
| [TryGetProperty](/engine/6000.6/script-reference/unity/properties/iindexedproperties1/trygetproperty.md) | Gets the property associated with the specified index. |
