Share via


Security.SetGroups method

Updates one or more security groups.

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

Syntax

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

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

Parameters

Remarks

Project Server Permissions

Permission

Description

ManageUsersAndGroups

Allows a user to manage Project Server users and groups. Global permission.

See also

Reference

Security class

Security members

WebSvcSecurity namespace