# Sandbox.ChangeAttribute.Name

```csharp
string Name { get; set; }
```

Name of the method to call on change. If no name is provided, we will try to call On[PropertyName]Changed.

Declared in [Sandbox.ChangeAttribute](/api/Sandbox.ChangeAttribute).
Assembly: `Sandbox.System`.
