WssInterop 类
包含用于管理项目网站 Project Server 中的 SharePoint 网站的方法。
继承层次结构
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Web.Services.Protocols.WebClientProtocol
System.Web.Services.Protocols.HttpWebClientProtocol
System.Web.Services.Protocols.SoapHttpClientProtocol
WebSvcWssInterop.WssInterop
命名空间: WebSvcWssInterop
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
<WebServiceBindingAttribute(Name := "WssInteropSoap", Namespace := "https://schemas.microsoft.com/office/project/server/webservices/WssInterop/")> _
Public Class WssInterop _
Inherits SoapHttpClientProtocol
用法
Dim instance As WssInterop
[WebServiceBindingAttribute(Name = "WssInteropSoap", Namespace = "https://schemas.microsoft.com/office/project/server/webservices/WssInterop/")]
public class WssInterop : SoapHttpClientProtocol
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。