Touchstone Re 2023 API Reference
ClfSetList Property


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.CompanyManagement.Data Namespace > Company Class : ClfSetList Property
Contains the list of company loss files that you want to combine.
Syntax
Public Property ClfSetList As List(Of ClfSet)
Dim instance As Company
Dim value As List(Of ClfSet)
 
instance.ClfSetList = value
 
value = instance.ClfSetList
public List<ClfSet> ClfSetList {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

Company Class
Company Members