# Sandbox.SerializedProperty.TryGetAttribute

```csharp
bool TryGetAttribute(out T attribute)
```

Try to get this attribute from the property. Return false on fail.

### Parameters

- `out attribute` (`T`)

### Returns

`bool`

Declared in [Sandbox.SerializedProperty](/api/Sandbox.SerializedProperty).
Assembly: `Sandbox.System`.
