# Sandbox.FieldDescription.SetValue

```csharp
void SetValue(object obj, object value)
```

Set the value of this property on given object.

### Parameters

- `obj` (`object`)
- `value` (`object`)

Declared in [Sandbox.FieldDescription](/api/Sandbox.FieldDescription).
Assembly: `Sandbox.Reflection`.
