Touchstone Re 2023 API Reference
DistributionOfUnicedeLOBByCountries Property


Air.Services.Proxy Assembly > AIR.Services.DataExport.Api Namespace > GetUnicede2LOBByCountryResponse Class : DistributionOfUnicedeLOBByCountries Property
Contains a list of the LOBs by countries in UNICEDE/2 file that you can export in Touchstone Re.

Each object in the list contains detailed information about one set of results.

Syntax
Public Property DistributionOfUnicedeLOBByCountries As List(Of DistributionOfUnicede2LOBByCountry)
Dim instance As GetUnicede2LOBByCountryResponse
Dim value As List(Of DistributionOfUnicede2LOBByCountry)
 
instance.DistributionOfUnicedeLOBByCountries = value
 
value = instance.DistributionOfUnicedeLOBByCountries
public List<DistributionOfUnicede2LOBByCountry> DistributionOfUnicedeLOBByCountries {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

GetUnicede2LOBByCountryResponse Class
GetUnicede2LOBByCountryResponse Members