ProjectIsWebSiteProject Property |
True if the project is a 'website' project - meaning a web-based project that has no project file
and appears in the solution tree as an 'http:\' URL instead of just a project name.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public bool IsWebSiteProject { get; }
Property Value
Type:
BooleanSee Also