Touchstone 11.0 API Reference
LocationExcludedColumnNames Property


Air.Services.Proxy Assembly > AIR.Services.DataImport.MappingSetManagement.Data Namespace > FilesMatchingMappingSetOptions Class : LocationExcludedColumnNames 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 location fields.
Syntax
Public Property LocationExcludedColumnNames As List(Of String)
Dim instance As FilesMatchingMappingSetOptions
Dim value As List(Of String)
 
instance.LocationExcludedColumnNames = value
 
value = instance.LocationExcludedColumnNames
public List<string> LocationExcludedColumnNames {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