Touchstone 11.0 API Reference
UserToIndustryLineOfBusinessMappings Property (CompanyLossAssociationExportOption)


Air.Services.Proxy Assembly > AIR.Services.DataExport.Data Namespace > CompanyLossAssociationExportOption Class : UserToIndustryLineOfBusinessMappings Property
(Required) Contains a list of UserToIndustryLineOfBusinessMapping objects that specifies the Lines of Business (LOB) to include in the exported Detailed Loss Analysis results. Additionally, each object maps the user-specified LOBs to the AIR-supported LOB that you specify for each country.
Syntax
Public Property UserToIndustryLineOfBusinessMappings As List(Of UserToIndustryLineOfBusinessMapping)
Dim instance As CompanyLossAssociationExportOption
Dim value As List(Of UserToIndustryLineOfBusinessMapping)
 
instance.UserToIndustryLineOfBusinessMappings = value
 
value = instance.UserToIndustryLineOfBusinessMappings
public List<UserToIndustryLineOfBusinessMapping> UserToIndustryLineOfBusinessMappings {get; set;}
Remarks
AIR provides the following LOB codes:
LOB Code Description
AUT Auto
CAI Commercial and Industrial
COM Commercial
COND Condo (apartment building)
MOB Mobile home
RB Residential Building
RC Residential Contents
RENT Renters (apartment contents)
SFH Single Family Home
TEN Tenant (commercial contents)
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

CompanyLossAssociationExportOption Class
CompanyLossAssociationExportOption Members