# VisitProperty<TContainer, TValue>(Property<TContainer, TValue>, ref TContainer, ref TValue)

> Called when visiting any leaf property with no specialized handling.

## Definition

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

## VisitProperty\<T, U>(Property\<T, T>, T, T)

```csharp
protected virtual void VisitProperty<TContainer, TValue>(Property<TContainer, TValue> property, ref TContainer container, ref TValue value)
```

### Parameters

**** (\[Property\<T, T>]\(/engine/6000.0/script-reference/unity/properties/property2)): The property providing access to the value.**** (T): The container being visited.**** (T): The value being visited.
