# Sandbox.Project.IsPublished

```csharp
bool IsPublished { get; set; }
```

Returns true if this project has previously been published. This is kind of a guess though
because all it does is look to see if we have a published package cached with the same ident.

Declared in [Sandbox.Project](/api/Sandbox.Project).
Assembly: `Sandbox.Engine`.
