# Sandbox.SystemsConfig.TryGetPropertyValue

```csharp
bool TryGetPropertyValue(TypeDescription systemType, PropertyDescription property, out object value)
```

Try to get property value for a specific system type.
Returns true if the property was found in the config.

### Parameters

- `systemType` (`TypeDescription`)
- `property` (`PropertyDescription`)
- `out value` (`object`)

### Returns

`bool`

Declared in [Sandbox.SystemsConfig](/api/Sandbox.SystemsConfig).
Assembly: `Sandbox.Engine`.
