# Sandbox.SerializedProperty.TryGetAsObject

```csharp
bool TryGetAsObject(out SerializedObject obj)
```

Try to convert this property into a serialized object for further editing and exploration

### Parameters

- `out obj` (`SerializedObject`)

### Returns

`bool`

Declared in [Sandbox.SerializedProperty](/api/Sandbox.SerializedProperty).
Assembly: `Sandbox.System`.
