# IsValid

Property in [DialogueReference](https://docs.yarnspinner.dev/2.3/api/csharp/yarn.unity/yarn.unity.dialoguereference)

## Summary

Gets a value indicating that this reference is valid - that is, the project and node name are set, and the node exists in the project.

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