Touchstone Re 2023 API Reference
GeocodingErrors Property


Air.Services.Proxy Assembly > AIR.Services.ActivityManagement.Api Namespace > GetImportCombinedLogResponse Class : GeocodingErrors Property
Contains the results of geocoding, including a summary of geocode match levels, the number of locations that succeeded and failed to geocode and import into Touchstone.
Syntax
Public Property GeocodingErrors As List(Of DescriptionData)
Dim instance As GetImportCombinedLogResponse
Dim value As List(Of DescriptionData)
 
instance.GeocodingErrors = value
 
value = instance.GeocodingErrors
public List<DescriptionData> GeocodingErrors {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

GetImportCombinedLogResponse Class
GetImportCombinedLogResponse Members