> 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.0/api/csharp/yarn.compiler/yarn.compiler.stringinfo/yarn.compiler.stringinfo.isimplicittag.md).

# isImplicitTag

Field in [StringInfo](/2.0/api/csharp/yarn.compiler/yarn.compiler.stringinfo.md)

## Summary

Indicates whether this string's line ID was implicitly generated.

```csharp
public bool isImplicitTag;
```

## Remarks

Implicitly generated line IDs are not guaranteed to remain the same across multiple compilations. To ensure that a line ID remains the same, you must define it by adding a line tag to the line.
