共用方式為


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 權限

權限

描述

ManageUsersAndGroups

可讓使用者管理 Project Server 使用者和群組。通用權限。

請參閱

參照

Security 類別

Security 成員

WebSvcSecurity 命名空間