ProjectContext.ProjectDetailPages property
Gets a collection of project detail pages in the Project Server instance.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ProjectDetailPages As ProjectDetailPageCollection
Get
'Usage
Dim instance As ProjectContext
Dim value As ProjectDetailPageCollection
value = instance.ProjectDetailPages
public ProjectDetailPageCollection ProjectDetailPages { get; }
Property value
Type: Microsoft.ProjectServer.Client.ProjectDetailPageCollection
A collection of ProjectDetailPage objects.