Touchstone Re 2023 API Reference
CompanyLossFileSuffix Property


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.DataImport.Data Namespace > CopyCompanyOptions Class : CompanyLossFileSuffix Property
(Optional) Contains the suffix that Touchstone Re appends to the name of any company loss files (CLFs) associated with the company to copy.

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.

If you attempt to copy a CLF that has the same name as an existing CLF in the environment, Touchstone Re appends an underscore and a number to the name, for example, CompanyLossSetName_1.

Syntax
Public Property CompanyLossFileSuffix As String
Dim instance As CopyCompanyOptions
Dim value As String
 
instance.CompanyLossFileSuffix = value
 
value = instance.CompanyLossFileSuffix
public string CompanyLossFileSuffix {get; set;}
Remarks
Valid values: A string that does not exceed 255 characters when combined with the CLF names

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