Admin.SetSingleCurrencyEnforced Method
Sets enforcement of a single currency for Project Server.
Namespace: WebSvcAdmin
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/Admin/SetSingleCurrencyEnforced", 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 SetSingleCurrencyEnforced ( _
bEnforced As Boolean _
)
'Usage
Dim instance As Admin
Dim bEnforced As Boolean
instance.SetSingleCurrencyEnforced(bEnforced)
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/Admin/SetSingleCurrencyEnforced", 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 SetSingleCurrencyEnforced(
bool bEnforced
)
Parameters
- bEnforced
Type: System.Boolean
Specifies whether a single currency is enforced.
Remarks
The Additional Server Settings page in Project Web Access (http://ServerName/ProjectServerName/_layouts/pwa/Admin/ServerConfig.aspx) uses the SetSingleCurrencyEnforced method.
Project Server Permissions
Permission |
Description |
|---|---|
Manage configuration of Project Server. Global permission. |