Partager via


Security.SetTemplates - Méthode

Met à jour un ou plusieurs modèles de sécurité.

Espace de noms :  WebSvcSecurity
Assembly :  ProjectServerServices (dans ProjectServerServices.dll)

Syntaxe

'Déclaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Security/SetTemplates", 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 Sub SetTemplates ( _
    templates As SecurityTemplatesDataSet _
)
'Utilisation
Dim instance As Security
Dim templates As SecurityTemplatesDataSet

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

Paramètres

Remarques

Autorisations Project Server

Autorisation

Description

ManageSecurity

Permet à un utilisateur de gérer la sécurité de Project Server. Autorisation globale.

Voir aussi

Référence

Security classe

Security - Membres

WebSvcSecurity - Espace de noms