# Sandbox.Compiler.AssemblyName

```csharp
string AssemblyName { get; set; }
```

Generated assembly name, without an extension. This will be "package.{Name}".

Declared in [Sandbox.Compiler](/api/Sandbox.Compiler).
Assembly: `Sandbox.Compiling`.
