ProjectDetailPage class
Represents a project detail page (PDP), which is a Web Part page for creating, viewing, or managing the properties of projects in Project Web App.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.ProjectServer.Client.ProjectDetailPage
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.ProjectDetailPage", ServerTypeId := "{a2338252-12de-4260-8c4e-82393bf11fa0}")> _
Public Class ProjectDetailPage _
Inherits ClientObject
'Usage
Dim instance As ProjectDetailPage
[ScriptTypeAttribute("PS.ProjectDetailPage", ServerTypeId = "{a2338252-12de-4260-8c4e-82393bf11fa0}")]
public class ProjectDetailPage : ClientObject
Remarks
PDPs are typically used to view or set project properties within a workflow stage in demand management.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.