LookupEntryCollection.Add method
Adds the lookup entry that is specified by the LookupEntryCreationInformation 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 LookupEntryCreationInformation _
) As LookupEntry
'Usage
Dim instance As LookupEntryCollection
Dim parameters As LookupEntryCreationInformation
Dim returnValue As LookupEntry
returnValue = instance.Add(parameters)
[RemoteAttribute]
public LookupEntry Add(
LookupEntryCreationInformation parameters
)
Parameters
parameters
Type: Microsoft.ProjectServer.Client.LookupEntryCreationInformationThe properties of the lookup entry to create.
Return value
Type: Microsoft.ProjectServer.Client.LookupEntry
The lookup entry object.