# Sandbox.TypeDescription.GetStaticValue

```csharp
object GetStaticValue(string name)
```

Get value by field or property name, and which type the member is declared to store (will not find static members)

### Parameters

- `name` (`string`)

### Returns

`object`

Declared in [Sandbox.TypeDescription](/api/Sandbox.TypeDescription).
Assembly: `Sandbox.Reflection`.
