# SourceTextStringID

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

## Summary

the entry in the program's string table that contains the original text of this node; null if this is not available

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