ProjectServer.EnterpriseProjectTypes property

Gets the collection of enterprise project types (EPTs) in the Project Web App instance.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property EnterpriseProjectTypes As EnterpriseProjectTypeCollection
    Get
'Usage
Dim instance As ProjectServer
Dim value As EnterpriseProjectTypeCollection

value = instance.EnterpriseProjectTypes
[RemoteAttribute]
public EnterpriseProjectTypeCollection EnterpriseProjectTypes { get; }

Property value

Type: Microsoft.ProjectServer.Client.EnterpriseProjectTypeCollection
A collection of EnterpriseProjectType objects.

Remarks

An EPT can include a workflow association, and templates for the initial project plan and the project site.

See also

Reference

ProjectServer class

ProjectServer members

Microsoft.ProjectServer.Client namespace