# Sandbox.Compiler.Configuration.Whitelist

```csharp
bool Whitelist { get; set; }
```

If true, we will be using the whitelist system. If false then this package won't
be "sandboxed", so won't be able to be published on the platform.

Declared in [Sandbox.Compiler.Configuration](/api/Sandbox.Compiler.Configuration).
Assembly: `Sandbox.Compiling`.
