# valid

> Boolean indicating if the PropertyDatabase is valid.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.Search](/engine/6000.7/script-reference/unityeditor/search.md)
* **Assembly:** UnityEditor

```csharp
public bool valid { get; }
```

### Remarks

The [PropertyDatabase](/engine/6000.7/script-reference/unityeditor/search/propertydatabase.md) can be invalid if it has been disposed or if it wasn't opened properly.
