Touchstone 11.0 API Reference
CurrencyCode Property (Project)


Air.Services.Proxy Assembly > AIR.Services.ProjectManagement.Data Namespace > Project Class : CurrencyCode Property
Contains the currency code to use by default in the project.

Touchstone uses the project currency to display monetary values in the exposure summary dashboard and run analyses. You can change the project currency at any time.

The project currency overrides the global currency rate settings and template settings in the Administration Console.

Changing the project currency does not affect analyses that you ran previously.

Syntax
Public Property CurrencyCode As String
Dim instance As Project
Dim value As String
 
instance.CurrencyCode = value
 
value = instance.CurrencyCode
public string CurrencyCode {get; set;}
Remarks
Touchstone® uses the standard ISO three-character currency codes. For the U.S. dollar, the currency code is USD. For the Euro, the currency code is EUR.

Default: The business unit currency

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Project Class
Project Members