Поделиться через


Метод 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

    Содержит данные обновления для одного или нескольких категорий безопасности.

Замечания

Разрешения Project Server

Разрешение

Описание

ManageSecurity

Позволяет пользователю управлять безопасности сервера Project Server. Глобальное разрешение.

См. также

Справочные материалы

Security класс

Элементы Security

Пространство имен WebSvcSecurity