Stage.ProjectDetailPages property
Gets a collection of project detail pages that are associated with the stage.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property ProjectDetailPages As StageDetailPageCollection
Get
'Usage
Dim instance As Stage
Dim value As StageDetailPageCollection
value = instance.ProjectDetailPages
[RemoteAttribute]
public StageDetailPageCollection ProjectDetailPages { get; }
Property value
Type: Microsoft.ProjectServer.Client.StageDetailPageCollection
A collection of StageDetailPage objects.