LookupTable Class

Includes methods for managing custom field lookup tables and corresponding code masks in Project Server.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            [LookupTable Web service].LookupTable

Namespace:  [LookupTable Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/LookupTable.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/LookupTable.asmx?wsdl

Syntax

'Declaration
<WebServiceBindingAttribute(Name := "LookupTableSoap", Namespace := "https://schemas.microsoft.com/office/project/server/webservices/LookupTable/")> _
Public Class LookupTable _
    Inherits SoapHttpClientProtocol
'Usage
Dim instance As LookupTable
[WebServiceBindingAttribute(Name = "LookupTableSoap", Namespace = "https://schemas.microsoft.com/office/project/server/webservices/LookupTable/")]
public class LookupTable : SoapHttpClientProtocol

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

LookupTable Members

LookupTable Web Service