Compartilhar via


Security.ReadTemplateList método

Obtém informações sobre todos os modelos de segurança.

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

Sintaxe

'Declaração
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Security/ReadTemplateList", 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 ReadTemplateList As SecurityTemplatesDataSet
'Uso
Dim instance As Security
Dim returnValue As SecurityTemplatesDataSet

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

Valor retornado

Tipo: WebSvcSecurity.SecurityTemplatesDataSet
Especifica o nome e o identificador exclusivo para todos os modelos 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