ProjectDetailPageCollection class
Represents a collection of project detail pages (PDPs).
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<ProjectDetailPage>
Microsoft.ProjectServer.Client.ProjectDetailPageCollection
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.ProjectDetailPageCollection", ServerTypeId := "{acf943a6-9c79-41d4-b4c8-e212be3a5cd1}")> _
Public Class ProjectDetailPageCollection _
Inherits ClientObjectCollection(Of ProjectDetailPage)
'Usage
Dim instance As ProjectDetailPageCollection
[ScriptTypeAttribute("PS.ProjectDetailPageCollection", ServerTypeId = "{acf943a6-9c79-41d4-b4c8-e212be3a5cd1}")]
public class ProjectDetailPageCollection : ClientObjectCollection<ProjectDetailPage>
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.