# Sandbox.SystemsConfig.GetPropertyValue

```csharp
object GetPropertyValue(TypeDescription systemType, PropertyDescription property)
```

Get property value for a specific system type.
Returns the configured value, or a default value for the type if not found.

### Parameters

- `systemType` (`TypeDescription`)
- `property` (`PropertyDescription`)

### Returns

`object`

Declared in [Sandbox.SystemsConfig](/api/Sandbox.SystemsConfig).
Assembly: `Sandbox.Engine`.
