# IPropertyAccept<TContainer>

> Interface for accepting property visitation.

## Definition

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

```csharp
public interface IPropertyAccept<TContainer>
```

## Methods

| Method                                                                                | Description                                                                                                                                                                  |
| ------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Accept](/engine/6000.5/script-reference/unity/properties/ipropertyaccept1/accept.md) | Call this method to invoke [IPropertyVisitor.Visit](/engine/6000.5/script-reference/unity/properties/ipropertyvisitor/visit.md) with the strongly typed container and value. |
