Touchstone 11.0 API Reference
CurrencyCode Property (AggregateLossAnalysisDlfExportOptions)


Air.Services.Proxy Assembly > AIR.Services.DataExport.Data Namespace > AggregateLossAnalysisDlfExportOptions Class : CurrencyCode Property
(Optional) Contains the ISO three-character code for the currency to include in the detailed loss file.
Syntax
Public Property CurrencyCode As String
Dim instance As AggregateLossAnalysisDlfExportOptions
Dim value As String
 
instance.CurrencyCode = value
 
value = instance.CurrencyCode
public string CurrencyCode {get; set;}
Remarks

Default: LCL, which represents the local currency. Local currency is the currency that corresponds to a given area or subarea. For example, for areas in Australia, the local currency is Australian Dollar (AUD).

Valid values: A string that represents a valid ISO currency code

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

AggregateLossAnalysisDlfExportOptions Class
AggregateLossAnalysisDlfExportOptions Members