Touchstone 11.0 API Reference
ProjectCurrency Property (ImportOptionsBase)


Air.Services.Proxy Assembly > AIR.Services.DataImport.Data Namespace > ImportOptionsBase Class : ProjectCurrency Property
(Optional) Contains the currency code that Touchstone® should use when importing project data.

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 ProjectCurrency As String
Dim instance As ImportOptionsBase
Dim value As String
 
instance.ProjectCurrency = value
 
value = instance.ProjectCurrency
public string ProjectCurrency {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

ImportOptionsBase Class
ImportOptionsBase Members