Touchstone 11.0 API Reference
ReinsuranceExcludedColumnNames Property


Air.Services.Proxy Assembly > AIR.Services.DataImport.MappingSetManagement.Data Namespace > FilesMatchingMappingSetOptions Class : ReinsuranceExcludedColumnNames Property
(Optional) Contains a list of the column names that Touchstone® must ignore when it attempts to automatically map the column headers in the imported files to standard Touchstone reinsurance fields.
Syntax
Public Property ReinsuranceExcludedColumnNames As List(Of String)
Dim instance As FilesMatchingMappingSetOptions
Dim value As List(Of String)
 
instance.ReinsuranceExcludedColumnNames = value
 
value = instance.ReinsuranceExcludedColumnNames
public List<string> ReinsuranceExcludedColumnNames {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

FilesMatchingMappingSetOptions Class
FilesMatchingMappingSetOptions Members