LookupTableCollection.Add method

Adds the lookup table that is specified by the LookupTableCreationInformation 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 LookupTableCreationInformation _
) As LookupTable
'Usage
Dim instance As LookupTableCollection
Dim parameters As LookupTableCreationInformation
Dim returnValue As LookupTable

returnValue = instance.Add(parameters)
[RemoteAttribute]
public LookupTable Add(
    LookupTableCreationInformation parameters
)

Parameters

Return value

Type: Microsoft.ProjectServer.Client.LookupTable
The lookup table.

See also

Reference

LookupTableCollection class

LookupTableCollection members

Microsoft.ProjectServer.Client namespace