Sandbox Logo

Project.IsPublished

bool IsPublished { get; set; }

Description

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.

Return

User Comments