# TrackingVariableName

Property in [Node](https://docs.yarnspinner.dev/api/csharp/yarn/yarn.node)

## Summary

Gets the name of the variable used for tracking the number of times this node has completed, or `null` if this node is not tracked.

```csharp
public string? TrackingVariableName { get; }
```
