# Sandbox.TypeDescription.GetProperty

```csharp
PropertyDescription GetProperty(string name)
```

Get property by name (will not find static properties)

### Parameters

- `name` (`string`)

### Returns

`PropertyDescription`

Declared in [Sandbox.TypeDescription](/api/Sandbox.TypeDescription).
Assembly: `Sandbox.Reflection`.
