# Sandbox.PropertyDescription.GetValue

```csharp
object GetValue(object obj)
```

Get the value of this property on given object.

### Parameters

- `obj` (`object`)

### Returns

`object`

Declared in [Sandbox.PropertyDescription](/api/Sandbox.PropertyDescription).
Assembly: `Sandbox.Reflection`.
