# IsInlineExpansion

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

## Summary

Gets a value indicating that this Declaration does not refer to a stored variable, and instead represents an inline-expanded expression (a 'smart variable').

```csharp
public bool IsInlineExpansion { get; internal set; }
```
