Touchstone 11.0 API Reference
GeographyMatchLevelCode Property (LocationBase)


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > LocationBase Class : GeographyMatchLevelCode Property
Contains a code that represents the geocode match level for this Location, that is, the resolution level at which Touchstone® has geocoded this Location, based on the country, area, address, user-supplied geocode, etc. information that you have provided.
Syntax
Public Property GeographyMatchLevelCode As String
Dim instance As LocationBase
Dim value As String
 
instance.GeographyMatchLevelCode = value
 
value = instance.GeographyMatchLevelCode
public string GeographyMatchLevelCode {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

LocationBase Class
LocationBase Members