# IExcludePropertyAdapter<TValue>

> Implement this interface to filter visitation for a specific TValue type.

## Definition

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

```csharp
public interface IExcludePropertyAdapter<TValue> : IPropertyVisitorAdapter
```
