Touchstone Re 2023 API Reference
CatalogClfs Property


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.CompanyLossSetManagement.Data Namespace > ReinsuranceCompanyLossSet Class : CatalogClfs Property
Contains a list of the Catalog CLF objects associated with the company loss set.

Each object in the list includes metadata about one company loss file (CLF) included in the company loss set. For example, each objects includes details about the model event catalog and set of options included in the CLF.

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

ReinsuranceCompanyLossSet Class
ReinsuranceCompanyLossSet Members