Compartilhar via


Security.ReadGroupList método

Obtém informações sobre todos os grupos de segurança no Project Server.

Namespace:  WebSvcSecurity
Assembly:  ProjectServerServices (em ProjectServerServices.dll)

Sintaxe

'Declaração
<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
'Uso
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()

Valor retornado

Tipo: WebSvcSecurity.SecurityGroupsDataSet
Os nomes e os GUIDs de todos os grupos de segurança.

Comentários

Permissões do Project Server

Permissão

Descrição

ManageSecurity

Permite que um usuário gerenciar a segurança do Project Server. Permissão global.

ManageUsersAndGroups

Permite que um usuário gerencie grupos e usuários do Project Server. Permissão global.

Ver também

Referência

Security classe

Security membros

WebSvcSecurity namespace