> For the complete documentation index, see [llms.txt](https://docs.yarnspinner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yarnspinner.dev/2.2/api/csharp/yarn/yarn.node/yarn.node.sourcetextstringid.md).

# SourceTextStringID

Property in [Node](/2.2/api/csharp/yarn/yarn.node.md)

## 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; }
```
