次の方法で共有


Security.DeleteCategories メソッド

すべての指定されたセキュリティ カテゴリを削除します。

名前空間:  WebSvcSecurity
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

'宣言
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Security/DeleteCategories", 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 DeleteCategories ( _
    categoryUids As Guid() _
)
'使用
Dim instance As Security
Dim categoryUids As Guid()

instance.DeleteCategories(categoryUids)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Security/DeleteCategories", 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 DeleteCategories(
    Guid[] categoryUids
)

パラメーター

  • categoryUids
    型: []

    1 つまたは複数のセキュリティ カテゴリ Guid の配列。

注釈

プロジェクト サーバーのアクセス許可

権限

説明

ManageSecurity

Project Server のセキュリティを管理することができます。グローバル アクセス権。

関連項目

参照先

Security クラス

Security メンバー

WebSvcSecurity 名前空間