Touchstone 11.0 API Reference
ProjectCurrencyExchangeRateSid Property (ImportOptionsFlatFileBase)


Air.Services.Proxy Assembly > AIR.Services.DataImport.Data Namespace > ImportOptionsFlatFileBase Class : ProjectCurrencyExchangeRateSid Property
(Optional) Contains the unique system-generated sequential identifier (SID) for the currency exchange rate set that Touchstone® should use when importing project data.

You can use the GetCurrencyExchangeRateInfo() method to retrieve a list of currency exchange rate sets.

Syntax
Public Property ProjectCurrencyExchangeRateSid As Integer
Dim instance As ImportOptionsFlatFileBase
Dim value As Integer
 
instance.ProjectCurrencyExchangeRateSid = value
 
value = instance.ProjectCurrencyExchangeRateSid
public int ProjectCurrencyExchangeRateSid {get; set;}
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

ImportOptionsFlatFileBase Class
ImportOptionsFlatFileBase Members