ESRI.ArcGIS.ADF.Web.DataSources
MinMatchScore Property
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > IGeocodeFunctionality Interface : MinMatchScore Property




The minimum score a matched location must achieve to be a match, in the range 0-100. A value of -1 indicates that the service default value should be used..

Syntax

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

See Also

© 2010 All Rights Reserved.