# Sandbox.PropertyAttribute

- Kind: attribute
- Namespace: `Sandbox`
- Assembly: `Sandbox.System`

## Constructors

- [`PropertyAttribute`](/api/Sandbox.PropertyAttribute/.ctor)

## Properties

- [`Name`](/api/Sandbox.PropertyAttribute/Name): The internal name of this property. This should be lowercase with no spaces. If unset the lowercased C# variable name is used.
- [`Title`](/api/Sandbox.PropertyAttribute/Title): The user friendly name of this property. If unset, it will be auto generated from C# variable name.
