prjProjectType Enum

Definition

Used by the ProjectType. This enumeration lists the two types of projects, local and Web.

public enum class prjProjectType
public enum class prjProjectType
enum prjProjectType
[System.Runtime.InteropServices.Guid("5B50016F-F7CC-4687-A1DA-3F234F7620EE")]
public enum prjProjectType
[<System.Runtime.InteropServices.Guid("5B50016F-F7CC-4687-A1DA-3F234F7620EE")>]
type prjProjectType = 
Public Enum prjProjectType
Inheritance
prjProjectType
Attributes

Fields

prjProjectTypeLocal 0

Local project.

prjProjectTypeWeb 1

Web project.

Applies to