Security.SetCategories メソッド
名前空間: WebSvcSecurity
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Security/SetCategories", 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 SetCategories ( _
categories As SecurityCategoriesDataSet _
)
'使用
Dim instance As Security
Dim categories As SecurityCategoriesDataSet
instance.SetCategories(categories)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Security/SetCategories", 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 SetCategories(
SecurityCategoriesDataSet categories
)
パラメーター
categories
型: WebSvcSecurity.SecurityCategoriesDataSet更新プログラムのデータ 1 つ以上のセキュリティ カテゴリにはが含まれています。
注釈
プロジェクト サーバーのアクセス許可
権限 |
説明 |
---|---|
Project Server のセキュリティを管理することができます。グローバル アクセス権。 |