Метод Security.ReadCategoryList
Получает сведения о всех категорий безопасности в Project Server.
Пространство имен: WebSvcSecurity
Сборка: ProjectServerServices (в ProjectServerServices.dll)
Синтаксис
'Декларация
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Security/ReadCategoryList", 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 Function ReadCategoryList As SecurityCategoriesDataSet
'Применение
Dim instance As Security
Dim returnValue As SecurityCategoriesDataSet
returnValue = instance.ReadCategoryList()
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Security/ReadCategoryList", 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 SecurityCategoriesDataSet ReadCategoryList()
Возвращаемое значение
Тип: WebSvcSecurity.SecurityCategoriesDataSet
Имен и идентификаторов GUID для всех категорий безопасности.
Замечания
Разрешения Project Server
Разрешение |
Описание |
---|---|
Позволяет пользователю управлять безопасности сервера Project Server. Глобальное разрешение. |
|
Позволяет пользователю управлять Project Server пользователей и групп. Глобальное разрешение. |
|
Позволяет пользователю управлять представления в Project Web App. Глобальное разрешение. |