# ReadonlyVisit

> Returns whether or not the visitor will write back values along the path.

## Definition

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

```csharp
public bool ReadonlyVisit { get; set; }
```
