Touchstone Re 2023 API Reference
CompanyLossSetNames Property


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.DataImport.Data Namespace > CopyCompanyOptions Class : CompanyLossSetNames Property
(Optional) Contains the list of the names of the company loss file (CLF) sets to copy with the Company.

Recall that the CopyCompany() method does not support copying company loss associations (CLAs), which are losses from the Touchstone application that are stored on the AIRCompanyLoss database.

Syntax
Public Property CompanyLossSetNames As List(Of String)
Dim instance As CopyCompanyOptions
Dim value As List(Of String)
 
instance.CompanyLossSetNames = value
 
value = instance.CompanyLossSetNames
public List<string> CompanyLossSetNames {get; set;}
Remarks
You can use the GetCompanyLossSets() method to retrieve a list of the company loss sets in a given Touchstone Re company.

Default: None

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

CopyCompanyOptions Class
CopyCompanyOptions Members