Share via


EnterpriseResourceCollection.Add method

Adds the enterprise resource that is specified by the AssignmentCreationInformation 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 EnterpriseResourceCreationInformation _
) As EnterpriseResource
'Usage
Dim instance As EnterpriseResourceCollection
Dim parameters As EnterpriseResourceCreationInformation
Dim returnValue As EnterpriseResource

returnValue = instance.Add(parameters)
[RemoteAttribute]
public EnterpriseResource Add(
    EnterpriseResourceCreationInformation parameters
)

Parameters

Return value

Type: Microsoft.ProjectServer.Client.EnterpriseResource
The enterprise resource.

See also

Reference

EnterpriseResourceCollection class

EnterpriseResourceCollection members

Microsoft.ProjectServer.Client namespace