Touchstone 11.0 API Reference
CurrencyExchangeRateSid Property (DataQualityAnalysisOptions)


Air.Services.Proxy Assembly > AIR.Services.DataQualityAnalysis.Data Namespace > DataQualityAnalysisOptions Class : CurrencyExchangeRateSid Property
(Required) Contains the identifier of the currency exchange rate that Touchstone® should use when converting between currency types while importing data for this Data Quality Analysis.
Syntax
Public Property CurrencyExchangeRateSid As Nullable(Of Integer)
Dim instance As DataQualityAnalysisOptions
Dim value As Nullable(Of Integer)
 
instance.CurrencyExchangeRateSid = value
 
value = instance.CurrencyExchangeRateSid
public Nullable<int> CurrencyExchangeRateSid {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

DataQualityAnalysisOptions Class
DataQualityAnalysisOptions Members