# Sandbox.PropertyAttribute.Title

```csharp
string Title { get; set; }
```

The user friendly name of this property. If unset, it will be auto generated from C# variable name.

Declared in [Sandbox.PropertyAttribute](/api/Sandbox.PropertyAttribute).
Assembly: `Sandbox.System`.
