# SetValue(ref TContainer, TValue)

> Sets the property value of a specified container.

## Definition

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

## SetValue(T, T)

```csharp
public abstract void SetValue(ref TContainer container, TValue value)
```

### Parameters

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