prjProjectType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
prjProjectTypeLocal | 0 | Local project. |
prjProjectTypeWeb | 1 | Web project. |