# CurrentNodeName

Property in [DialogueRunner](https://docs.yarnspinner.dev/2.0/api/csharp/yarn.unity/yarn.unity.dialoguerunner)

## Summary

Gets the name of the current node that is being run.

```csharp
public string CurrentNodeName { get };
```

## See Also

* Dialogue.currentNode
