LookupTables class

Represents lookup table definitions.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.ProjectServer.Client.LookupTables

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<ScriptTypeAttribute("PS.LookupTables", ServerTypeId := "{17d4153d-a3d7-4c5e-9282-23e76d25197d}")> _
Public Class LookupTables _
    Inherits ClientObject
'Usage
Dim instance As LookupTables
[ScriptTypeAttribute("PS.LookupTables", ServerTypeId = "{17d4153d-a3d7-4c5e-9282-23e76d25197d}")]
public class LookupTables : ClientObject

Remarks

Values for entries in these lookup tables may be referenced in custom field values. Projects may also include definitions for additional lookup tables that are specific to each project.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

LookupTables members

Microsoft.ProjectServer.Client namespace