# GetValue(ref TContainer)

> Returns the property value of a specified container.

## Definition

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

## GetValue(T)

```csharp
object GetValue(ref TContainer container)
```

### Parameters

**** (T): The container whose property value will be returned.

### Returns

| Type                                                           | Description                                |
| -------------------------------------------------------------- | ------------------------------------------ |
| [Object](https://learn.microsoft.com/dotnet/api/system.object) | The property value of the given container. |
