Security.SetCategories Method

Updates one or more security categories.

Namespace:  WebSvcSecurity
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/Security/SetCategories", RequestNamespace := "http://schemas.microsoft.com/office/project/server/webservices/Security/",  _
    ResponseNamespace := "http://schemas.microsoft.com/office/project/server/webservices/Security/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub SetCategories ( _
    categories As SecurityCategoriesDataSet _
)
'Usage
Dim instance As Security
Dim categories As SecurityCategoriesDataSet

instance.SetCategories(categories)
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/Security/SetCategories", RequestNamespace = "http://schemas.microsoft.com/office/project/server/webservices/Security/", 
    ResponseNamespace = "http://schemas.microsoft.com/office/project/server/webservices/Security/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void SetCategories(
    SecurityCategoriesDataSet categories
)

Parameters

Remarks

Project Server Permissions

Permission

Description

ManageSecurity

Manage Project Server security. Global permission.

See Also

Reference

Security Class

Security Members

WebSvcSecurity Namespace