# INamedProperties<TContainer>

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

## Definition

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

```csharp
public interface INamedProperties<TContainer>
```

## Methods

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