# Sandbox.SystemsConfig.SetPropertyValue

```csharp
void SetPropertyValue(TypeDescription systemType, PropertyDescription property, object value)
```

Set property value for a specific system type

### Parameters

- `systemType` (`TypeDescription`)
- `property` (`PropertyDescription`)
- `value` (`object`)

Declared in [Sandbox.SystemsConfig](/api/Sandbox.SystemsConfig).
Assembly: `Sandbox.Engine`.
