ProjectContext.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
Public ReadOnly Property EnterpriseProjectTypes As EnterpriseProjectTypeCollection
    Get
'Usage
Dim instance As ProjectContext
Dim value As EnterpriseProjectTypeCollection

value = instance.EnterpriseProjectTypes
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

ProjectContext class

ProjectContext members

Microsoft.ProjectServer.Client namespace