# IsVariable

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

## Summary

Gets a value indicating whether this Declaration represents a variable.

```csharp
public bool IsVariable { get };
```
