# IsValid

> Returns true if the ContentSceneFile handle is valid. A handle becomes invalid after the file is unloaded.

## Definition

* **Type:** Property
* **Namespace:** [Unity.Loading](/engine/6000.6/script-reference/unity/loading.md)
* **Assembly:** UnityEngine.ContentLoadModule

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