# CurrentNode

Property in [Dialogue](https://docs.yarnspinner.dev/2.1/api/csharp/yarn/yarn.dialogue)

## Summary

Gets the name of the node that this Dialogue is currently executing.

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

## Remarks

If [Continue()](https://docs.yarnspinner.dev/2.1/api/csharp/yarn/yarn.dialogue/yarn.dialogue.continue) has never been called, this value will be `null` .
