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.
Gets or sets the project detail page that is used as the first page in the workflow for an enterprise project type.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property ProjectDetailPages As IEnumerable(Of ProjectDetailPageCreationInformation)
Get
Set
'Usage
Dim instance As EnterpriseProjectTypeCreationInformation
Dim value As IEnumerable(Of ProjectDetailPageCreationInformation)
value = instance.ProjectDetailPages
instance.ProjectDetailPages = value
[RemoteAttribute]
public IEnumerable<ProjectDetailPageCreationInformation> ProjectDetailPages { get; set; }
Property value
Type: System.Collections.Generic.IEnumerable<ProjectDetailPageCreationInformation>
The project detail page that starts the workflow for the EPT.
See also
Reference
EnterpriseProjectTypeCreationInformation class