EnterpriseProjectTypeCreationInformation.ProjectDetailPages property

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
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
public IEnumerable<ProjectDetailPageCreationInformation> ProjectDetailPages { get; set; }

Property value

Type: System.Collections.Generic.IEnumerable<ProjectDetailPageCreationInformation>

See also

Reference

EnterpriseProjectTypeCreationInformation class

EnterpriseProjectTypeCreationInformation members

Microsoft.ProjectServer.Client namespace