Touchstone 11.0 API Reference
PreserveGeocodedData Property (ImportOptionsFlatFileBase)


Air.Services.Proxy Assembly > AIR.Services.DataImport.Data Namespace > ImportOptionsFlatFileBase Class : PreserveGeocodedData Property
Contains the preserved geocode (user-supplied geocodes containing the latitudes and longitudes) that Touchstone® should use within the import data.
Syntax
Public Property PreserveGeocodedData As Nullable(Of PreserveGeocodeType)
Dim instance As ImportOptionsFlatFileBase
Dim value As Nullable(Of PreserveGeocodeType)
 
instance.PreserveGeocodedData = value
 
value = instance.PreserveGeocodedData
public Nullable<PreserveGeocodeType> PreserveGeocodedData {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

ImportOptionsFlatFileBase Class
ImportOptionsFlatFileBase Members