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
parameters
Type: Microsoft.ProjectServer.Client.LookupTableCreationInformationThe properties of the lookup table to create.
Return value
Type: Microsoft.ProjectServer.Client.LookupTable
The lookup table.