Partager via


Admin.GetSingleCurrencyEnforced - Méthode

Lit la valeur du paramètre pour appliquer une seule devise.

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

Syntaxe

'Déclaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/GetSingleCurrencyEnforced", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Admin/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Admin/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function GetSingleCurrencyEnforced As Boolean
'Utilisation
Dim instance As Admin
Dim returnValue As Boolean

returnValue = instance.GetSingleCurrencyEnforced()
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/GetSingleCurrencyEnforced", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Admin/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Admin/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public bool GetSingleCurrencyEnforced()

Valeur renvoyée

Type : System.Boolean
True si une seule devise est appliquée.

Remarques

La page Paramètres serveur supplémentaires dans Project Web App (https://ServerName/ProjectServerName/_layouts/pwa/Admin/ServerConfig.aspx) utilise la méthode GetSingleCurrencyEnforced .

Autorisations Project Server

Autorisation

Description

NewProject

Permet à un utilisateur de créer un nouveau projet. Autorisation globale.

LogOnToProjectServerFromProjectProfessional

Permet à un utilisateur de se connecter à la base de données Project Server depuis Project Professional. Autorisation globale.

ManageServerConfiguration

Permet à un utilisateur de gérer les informations de configuration pour Project Server. Autorisation globale.

Voir aussi

Référence

Admin classe

Admin - Membres

WebSvcAdmin - Espace de noms

SetSingleCurrencyEnforced