Security.DeleteGroups 方法
删除所有指定的安全组。
命名空间: WebSvcSecurity
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Security/DeleteGroups", 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 DeleteGroups ( _
groupUids As Guid() _
)
用法
Dim instance As Security
Dim groupUids As Guid()
instance.DeleteGroups(groupUids)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Security/DeleteGroups", 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 DeleteGroups(
Guid[] groupUids
)
参数
groupUids
类型:[]一个或多个安全组 Guid 的数组。
备注
Project Server 权限
权限 |
说明 |
---|---|
允许用户管理的 Project Server 用户和组。全局权限。 |