WssInterop class
Includes methods for managing SharePoint sites for project sites 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
WebSvcWssInterop.WssInterop
Namespace: WebSvcWssInterop
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<WebServiceBindingAttribute(Name := "WssInteropSoap", Namespace := "https://schemas.microsoft.com/office/project/server/webservices/WssInterop/")> _
Public Class WssInterop _
Inherits SoapHttpClientProtocol
'Usage
Dim instance As WssInterop
[WebServiceBindingAttribute(Name = "WssInteropSoap", Namespace = "https://schemas.microsoft.com/office/project/server/webservices/WssInterop/")]
public class WssInterop : 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.