ESRI.ArcGIS.ADF.Web.DataSources.IMS
MinMatchScore Property
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.IMS Namespace > GeocodeFunctionality Class : MinMatchScore Property




The minimum score a location must achieve to be considered a match for an address.

Syntax

Visual Basic (Declaration) 
Public Property MinMatchScore As Integer
Visual Basic (Usage)Copy Code
Dim instance As GeocodeFunctionality
Dim value As Integer
 
instance.MinMatchScore = value
 
value = instance.MinMatchScore
C# 
public int MinMatchScore {get; set;}

See Also

© 2010 All Rights Reserved.