Share via


CustomFields-Klasse

Diese Klasse enthält Methoden zum Verwalten von benutzerdefinierten Enterprise-Felder in Project Server.

Vererbungshierarchie

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            WebSvcCustomFields.CustomFields

Namespace:  WebSvcCustomFields
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

CustomFields-Member

WebSvcCustomFields-Namespace