PrjKind.prjKindVenusProject Field
Provides a GUID for Visual Web Developer projects.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
Public Const prjKindVenusProject As String
public const string prjKindVenusProject
public:
literal String^ prjKindVenusProject
static val mutable prjKindVenusProject: string
public const var prjKindVenusProject : String
Remarks
The prjKindVenusProject value can be used to determine whether the current project is a Visual Web Developer project by comparing the this value with the value returned from PrjKind.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.