Admin.SetSingleCurrencyEnforced-Methode
Erzwingung von einer Währung für Project Server festgelegt.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<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 _
)
'Usage
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
)
Parameter
bEnforced
Typ: System.BooleanGibt an, ob eine einzelne Währung erzwungen wird.
Hinweise
Die Seite Weitere Servereinstellungen in Project Web App (https://ServerName/ProjectServerName/_layouts/pwa/Admin/ServerConfig.aspx) wird die SetSingleCurrencyEnforced -Methode verwendet.
Project Server-Berechtigungen
Berechtigung |
Beschreibung |
---|---|
Ermöglicht einem Benutzer das Verwalten der Konfigurationsinformationen für Project Server. Die globale Berechtigung. |