# NodeName

Property in [BasicBlock](https://docs.yarnspinner.dev/2.5/api/csharp/yarn.compiler/yarn.compiler.basicblock)

## Summary

Gets the name of the node that this block is in.

```csharp
public string NodeName { get; set; }
```
