# Sandbox.Gizmo.Instance.GetValue

```csharp
T GetValue(string name)
```

Generic storage for whatever you want to do. 
You're responsible for not spamming into this and cleaning up after yourself.

### Parameters

- `name` (`string`)

### Returns

`T`

Declared in [Sandbox.Gizmo.Instance](/api/Sandbox.Gizmo.Instance).
Assembly: `Sandbox.Engine`.
