Admin.SetServerCurrency Method
Sets the currency for Project Server.
Namespace: WebSvcAdmin
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/Admin/SetServerCurrency", RequestNamespace := "http://schemas.microsoft.com/office/project/server/webservices/Admin/", _
ResponseNamespace := "http://schemas.microsoft.com/office/project/server/webservices/Admin/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub SetServerCurrency ( _
sCurrency As String _
)
'Usage
Dim instance As Admin
Dim sCurrency As String
instance.SetServerCurrency(sCurrency)
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/Admin/SetServerCurrency", RequestNamespace = "http://schemas.microsoft.com/office/project/server/webservices/Admin/",
ResponseNamespace = "http://schemas.microsoft.com/office/project/server/webservices/Admin/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void SetServerCurrency(
string sCurrency
)
Parameters
- sCurrency
Type: System.String
Currency to use, for example USD.
Remarks
The Additional Server Settings page in Project Web Access (http://ServerName/ProjectServerName/_layouts/pwa/Admin/ServerConfig.aspx) uses the SetServerCurrency method.
Project Server Permissions
Permission |
Description |
|---|---|
Manage configuration of Project Server. Global permission. |