# Sandbox.TypeDescription.SetStaticValue

```csharp
bool SetStaticValue(string name, object value)
```

Set static value by field or property name

### Parameters

- `name` (`string`)
- `value` (`object`)

### Returns

`bool`

Declared in [Sandbox.TypeDescription](/api/Sandbox.TypeDescription).
Assembly: `Sandbox.Reflection`.
