# IsVariable

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

## Summary

Gets a value indicating whether this Declaration represents a variable, and not a function.

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