# LabelName

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

## Summary

Gets the name of the label that this block begins at, or null if this basic block does not begin at a labelled instruction.

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