LookupTable class
Inclui métodos para gerenciar tabelas de pesquisa do campo personalizado e máscaras de código correspondente no 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
WebSvcLookupTable.LookupTable
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
<WebServiceBindingAttribute(Name := "LookupTableSoap", Namespace := "https://schemas.microsoft.com/office/project/server/webservices/LookupTable/")> _
Public Class LookupTable _
Inherits SoapHttpClientProtocol
'Uso
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.