# Sandbox.CodeGeneratorAttribute.CallbackName

```csharp
string CallbackName { get; set; }
```

The name of the callback method. This can be a fully qualified static method callback or a simple callback to invoke
on the target object if the method or property target is not static.

Declared in [Sandbox.CodeGeneratorAttribute](/api/Sandbox.CodeGeneratorAttribute).
Assembly: `Sandbox.System`.
