Compartir a través de


del método Security.ReadTemplateList

Obtiene información sobre todas las plantillas de seguridad.

Espacio de nombres:  WebSvcSecurity
Ensamblado:  ProjectServerServices (en ProjectServerServices.dll)

Sintaxis

'Declaración
<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 devuelto

Tipo: WebSvcSecurity.SecurityTemplatesDataSet
Especifica el nombre y el identificador único para todas las plantillas de seguridad.

Comentarios

Permisos de Project Server

Permiso

Descripción

ManageSecurity

Permite que un usuario administrar la seguridad de Project Server. Permiso global.

ManageUsersAndGroups

Permite a un usuario administrar grupos y usuarios de Project Server. Permiso global.

Vea también

Referencia

clase Security

Miembros Security

Espacio de nombres WebSvcSecurity