# Sandbox.PropertyAttribute.Name

```csharp
string Name { get; set; }
```

The internal name of this property. This should be lowercase with no spaces. If unset the lowercased C# variable name is used.

Declared in [Sandbox.PropertyAttribute](/api/Sandbox.PropertyAttribute).
Assembly: `Sandbox.System`.
