EnterpriseProjectTypeCollection.Add method

Adds the enterprise project type (EPT) that is specified by the EnterpriseProjectTypeCreationInformation object to the collection.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Function Add ( _
    parameters As EnterpriseProjectTypeCreationInformation _
) As EnterpriseProjectType
'Usage
Dim instance As EnterpriseProjectTypeCollection
Dim parameters As EnterpriseProjectTypeCreationInformation
Dim returnValue As EnterpriseProjectType

returnValue = instance.Add(parameters)
[RemoteAttribute]
public EnterpriseProjectType Add(
    EnterpriseProjectTypeCreationInformation parameters
)

Parameters

Return value

Type: Microsoft.ProjectServer.Client.EnterpriseProjectType
The EPT.

See also

Reference

EnterpriseProjectTypeCollection class

EnterpriseProjectTypeCollection members

Microsoft.ProjectServer.Client namespace