Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reads the value of the setting for enforcing a single currency.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<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
'Usage
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()
Return value
Type: System.Boolean
True if a single currency is enforced.
Remarks
The Additional Server Settings page in Project Web App (https://ServerName/ProjectServerName/_layouts/pwa/Admin/ServerConfig.aspx) uses the GetSingleCurrencyEnforced method.
Project Server Permissions
Permission |
Description |
|---|---|
Allows a user to create a new project. Global permission. |
|
Allows a user to connect to the Project Server database from Project Professional. Global permission. |
|
Allows a user to manage the configuration information for Project Server. Global permission. |