Touchstone Re 2023 API Reference
CompanyLossSets Property (GetCompanyLossSetsResponse)


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.CompanyLossSetManagement.Api Namespace > GetCompanyLossSetsResponse Class : CompanyLossSets Property
Contains a list of company loss sets.

Each object in the list includes detailed information about one company loss set, for example, the name, description, and catalog information associated with the company loss set.

Syntax
Public Property CompanyLossSets As List(Of ReinsuranceCompanyLossSet)
Dim instance As GetCompanyLossSetsResponse
Dim value As List(Of ReinsuranceCompanyLossSet)
 
instance.CompanyLossSets = value
 
value = instance.CompanyLossSets
public List<ReinsuranceCompanyLossSet> CompanyLossSets {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

GetCompanyLossSetsResponse Class
GetCompanyLossSetsResponse Members