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

Return value

Type: Microsoft.ProjectServer.Client.LookupEntry
The lookup entry object.

See also

Reference

LookupEntryCollection class

LookupEntryCollection members

Microsoft.ProjectServer.Client namespace