Specifies the type of project.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in microsoft.office.project.server.library.dll)
Visual Basic (Declaration)
Public Enumeration ProjectType
Dim instance As ProjectType
| | Member name | Description |
|---|
| Global |
Value=2. Enterprise global template.
|
| InactiveGlobal |
Value=1002. Internal only; do not use.
|
| InactiveOffset |
Value=1000. Internal only; do not use.
|
| InactiveProject |
Value=1000. Internal only; do not use.
|
| InactiveTemplate |
Value=1001. Internal only; do not use.
|
| InsertedProject |
Value=5. A subproject.
|
| LightWeightProject |
Value=4. A project proposal.
|
| MasterProject |
Value=6. Master project.
|
| MaxRequestValue |
Value=101. Internal only; do not use.
|
| MinRequestValue |
Value=0. Internal only; do not use.
|
| NewGlobal |
Value=102. Internal only; do not use.
|
| NewOffset |
Value=100. Internal only; do not use.
|
| NewProject |
Value=100. Internal only; do not use.
|
| NewResGlobal |
Value=103. Internal only; do not use.
|
| NewTemplate |
Value=101. Internal only; do not use.
|
| Project |
Value=0. A standard project.
|
| ResGlobal |
Value=3. Enterprise resource pool.
|
| Template |
Value=1. A project template.
|
| Void |
Value=-1. Internal only; do not use.
|
The only valid project types the PSI can create are Project, Template, LightWeightProject, MasterProject, and InsertedProject. The other project types are for internal use and are not described.
The Global and ResGlobal values correspond to the enterprise global template and the enterprise resource pool in earlier versions of Microsoft Office Project Server. In Project Server 2007, the enterprise global and enterprise resource pool are not projects.
For more information, see the ReadProjectStatus PSI method.