CustomFields class
This class includes methods for managing enterprise custom fields 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
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
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.