ProjectContext.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
Public ReadOnly Property LookupTables As LookupTableCollection
    Get
'Usage
Dim instance As ProjectContext
Dim value As LookupTableCollection

value = instance.LookupTables
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.

See also

Reference

ProjectContext class

ProjectContext members

Microsoft.ProjectServer.Client namespace