Share via


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

See Also

Reference

PrjKind Class

VsWebSite Namespace