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


Метод Security.ReadGroupList

Возвращает сведения обо всех группах безопасности в Project Server.

Пространство имен:  WebSvcSecurity
Сборка:  ProjectServerServices (в ProjectServerServices.dll)

Синтаксис

'Декларация
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Security/ReadGroupList", 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 ReadGroupList As SecurityGroupsDataSet
'Применение
Dim instance As Security
Dim returnValue As SecurityGroupsDataSet

returnValue = instance.ReadGroupList()
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Security/ReadGroupList", 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 SecurityGroupsDataSet ReadGroupList()

Возвращаемое значение

Тип: WebSvcSecurity.SecurityGroupsDataSet
Имена и идентификаторы GUID всех групп безопасности.

Замечания

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

Разрешение

Описание

ManageSecurity

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

ManageUsersAndGroups

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

См. также

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

Security класс

Элементы Security

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