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
parameters
Type: Microsoft.ProjectServer.Client.EnterpriseResourceCreationInformationThe properties of the enterprise resource to create.
Return value
Type: Microsoft.ProjectServer.Client.EnterpriseResource
The enterprise resource.
See also
Reference
EnterpriseResourceCollection class