Класс CustomFields
Этот класс содержит методы для управления корпоративных настраиваемых полей в Project Server.
Иерархия наследования
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Web.Services.Protocols.WebClientProtocol
System.Web.Services.Protocols.HttpWebClientProtocol
System.Web.Services.Protocols.SoapHttpClientProtocol
WebSvcCustomFields.CustomFields
Пространство имен: WebSvcCustomFields
Сборка: ProjectServerServices (в ProjectServerServices.dll)
Синтаксис
'Декларация
<WebServiceBindingAttribute(Name := "CustomFieldsSoap", Namespace := "https://schemas.microsoft.com/office/project/server/webservices/CustomFields/")> _
Public Class CustomFields _
Inherits SoapHttpClientProtocol
'Применение
Dim instance As CustomFields
[WebServiceBindingAttribute(Name = "CustomFieldsSoap", Namespace = "https://schemas.microsoft.com/office/project/server/webservices/CustomFields/")]
public class CustomFields : SoapHttpClientProtocol
Потокобезопасность
Любые общедоступные элементы static (Shared в Visual Basic) этого типа являются потокобезопасными. Не гарантируется, что любые элементы экземпляров потокобезопасны.