Partager via


Admin.SetSingleCurrencyEnforced - Méthode

Définit la mise en œuvre d'une seule devise pour Project Server.

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

Syntaxe

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

instance.SetSingleCurrencyEnforced(bEnforced)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/SetSingleCurrencyEnforced", 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 void SetSingleCurrencyEnforced(
    bool bEnforced
)

Paramètres

  • bEnforced
    Type : System.Boolean

    Spécifie 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 SetSingleCurrencyEnforced .

Autorisations Project Server

Autorisation

Description

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

GetSingleCurrencyEnforced