Share via


Project.EnterpriseProjectType property

Gets the enterprise project type (EPT) for the project.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property EnterpriseProjectType As EnterpriseProjectType
    Get
'Usage
Dim instance As Project
Dim value As EnterpriseProjectType

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

Property value

Type: Microsoft.ProjectServer.Client.EnterpriseProjectType
The enterprise project type.

See also

Reference

Project class

Project members

Microsoft.ProjectServer.Client namespace