Security.SetGroups 方法

命名空间:  WebSvcSecurity
程序集:  ProjectServerServices(位于 ProjectServerServices.dll 中)

语法

声明
<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 _
)
用法
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
)

参数

备注

Project Server 权限

权限

说明

ManageUsersAndGroups

允许用户管理 Project Server 用户和组。全局权限。

另请参阅

引用

Security 类

Security 成员

WebSvcSecurity 命名空间