# Sandbox.Compiler.Name

```csharp
string Name { get; set; }
```

Name of the project this compiler was created for. This could be something like "base" or "org.ident".

Declared in [Sandbox.Compiler](/api/Sandbox.Compiler).
Assembly: `Sandbox.Compiling`.
