# Sandbox.Project.IsTransient

```csharp
bool IsTransient { get; set; }
```

If true this project isn't a 'real' project. It's likely a temporary project created with the
intention to configure and publish a single asset.

Declared in [Sandbox.Project](/api/Sandbox.Project).
Assembly: `Sandbox.Engine`.
