ProjectDetailPageCreationInformation class

Provides information that is used to create a project detail page (PDP) for an enterprise project type.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientValueObject
    Microsoft.ProjectServer.Client.ProjectDetailPageCreationInformation

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

Syntax

'Declaration
<ScriptTypeAttribute("PS.ProjectDetailPageCreationInformation", ValueObject := True,  _
    ServerTypeId := "{6abc7861-5ad4-4354-94fb-3dda8cd47ae4}")> _
Public Class ProjectDetailPageCreationInformation _
    Inherits ClientValueObject
'Usage
Dim instance As ProjectDetailPageCreationInformation
[ScriptTypeAttribute("PS.ProjectDetailPageCreationInformation", ValueObject = true, 
    ServerTypeId = "{6abc7861-5ad4-4354-94fb-3dda8cd47ae4}")]
public class ProjectDetailPageCreationInformation : ClientValueObject

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.

See also

Reference

ProjectDetailPageCreationInformation members

Microsoft.ProjectServer.Client namespace