Public Property CompanyLossFileSuffix As String
Dim instance As CopyCompanyOptions Dim value As String instance.CompanyLossFileSuffix = value value = instance.CompanyLossFileSuffix
public string CompanyLossFileSuffix {get; set;}
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.
Public Property CompanyLossFileSuffix As String
Dim instance As CopyCompanyOptions Dim value As String instance.CompanyLossFileSuffix = value value = instance.CompanyLossFileSuffix
public string CompanyLossFileSuffix {get; set;}
Default: None
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