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.
Specifies the page type in the project detail pages.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
<ClientCallableTypeAttribute(ServerTypeId := "196869D3-DE28-4664-AD62-9699E6B2B3C2", _
Name := "ProjectDetailPageType")> _
Public Enumeration PageType
'Usage
Dim instance As ProjectDetailPages.PageType
[ClientCallableTypeAttribute(ServerTypeId = "196869D3-DE28-4664-AD62-9699E6B2B3C2",
Name = "ProjectDetailPageType")]
public enum PageType
Members
| Member name | Description | |
|---|---|---|
| None | Value = 0. None. | |
| ProjectDefault | Value = 1. The default page. | |
| NewProject | Value = 2. The new project page. | |
| WorkflowStatus | Value = 3. The workflow status page. |