Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reserved for internal use. Specifies the type of view.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Enumeration ViewType
'Usage
Dim instance As ViewConstants.ViewType
public enum ViewType
Members
| Member name | Description | |
|---|---|---|
| NONE | Value=-1. No view is specified. | |
| PROJECT | Value=0. Project view. | |
| PORTFOLIO | Value=1. Project portfolio view. | |
| RESOURCEASSN | Value=2. Resource assignment view. | |
| RESCENTER | Value=3. Resource center view. | |
| VISION | Obsolete. Value=4. View for project vision. | |
| MYWORK | Value=5. View for my work. | |
| RESPLAN | Value=6. Resource plan view. | |
| RESTEAM | Value=7. Resource team view. | |
| BUILDTEAM | Value=8. View for building a team. | |
| TIMESHEET | Value=9. Resource timesheet view. | |
| ANALYSIS | Value = 10. View for portfolio analysis. | |
| ANALYSIS_PROJECT_SELECTION | Value = 11. Project selection view for a portfolio analysis. |