ProjectServer.LookupTables property
Gets the collection of lookup table definitions in the Project Web App instance.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property LookupTables As LookupTableCollection
Get
'Usage
Dim instance As ProjectServer
Dim value As LookupTableCollection
value = instance.LookupTables
[RemoteAttribute]
public LookupTableCollection LookupTables { get; }
Property value
Type: Microsoft.ProjectServer.Client.LookupTableCollection
A collection of LookupTable objects.
Remarks
Custom field values can reference the values for entries in a lookup table. A project can also include definitions for local lookup tables that are specific to each project.