PrjKind.prjKindVenusProject Field

 

Provides a GUID for Visual Web Developer projects.

Namespace:   VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

public const string prjKindVenusProject
public:
literal String^ prjKindVenusProject
static val mutable prjKindVenusProject : string
Public Const prjKindVenusProject As String

Field Value

Type: System.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.

See Also

PrjKind Class
VsWebSite Namespace

Return to top