Share via


WssInterop.SynchronizeMembershipForPwaAppRootSite method

Synchronizes the SharePoint site membership with the Project Web App root site.

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

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/WssInterop/SynchronizeMembershipForPwaAppRootSite", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/WssInterop/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/WssInterop/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub SynchronizeMembershipForPwaAppRootSite
'Usage
Dim instance As WssInterop

instance.SynchronizeMembershipForPwaAppRootSite()
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/WssInterop/SynchronizeMembershipForPwaAppRootSite", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/WssInterop/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/WssInterop/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void SynchronizeMembershipForPwaAppRootSite()

Remarks

Project Server Permissions

Permission

Description

ManageWindowsSharePointServices

Allows a user to manage the project site. Global permission.

See also

Reference

WssInterop class

WssInterop members

WebSvcWssInterop namespace