# ISetPropertyVisitor

> Interface for receiving strongly typed property callbacks for sets.

## Definition

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

```csharp
public interface ISetPropertyVisitor
```

## Methods

| Method                                                                                 | Description                                                                |
| -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
| [Visit](/engine/6000.3/script-reference/unity/properties/isetpropertyvisitor/visit.md) | Implement this method to accept visitation for a specialized set property. |
