# Sandbox.SerializedProperty.Create

```csharp
static SerializedProperty Create(string title, System.Func<T> get, System.Action<T> set, System.Attribute[] attributes = null)
```

> **Obsolete.** Best use TypeLibrary.CreateProperty

### Parameters

- `title` (`string`)
- `get` (`System.Func<T>`)
- `set` (`System.Action<T>`)
- `attributes` (`System.Attribute[]`), default `null`

### Returns

`SerializedProperty`

Declared in [Sandbox.SerializedProperty](/api/Sandbox.SerializedProperty).
Assembly: `Sandbox.System`.
