ESRI.ArcGIS.ADF.Web.UI.WebControls
MinMatchScore Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > GeocodeResourceItem Class : MinMatchScore Property




Minimum geocode score that a candidate must meet to be returned as a match. The range is 0-100. A value of -1 indicates that the service default value should be used.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Behavior")>
<ResDescriptionAttribute("The minimum match score set on the geocode results, in the range 0-100. A value of -1 indicates that the service default value should be used.")>
<NotifyParentPropertyAttribute(True)>
<TypeConverterAttribute("ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.GeocodeScoreConverter, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<DefaultValueAttribute()>
Public Property MinMatchScore As Integer
Visual Basic (Usage)Copy Code
Dim instance As GeocodeResourceItem
Dim value As Integer
 
instance.MinMatchScore = value
 
value = instance.MinMatchScore
C# 
[ResCategoryAttribute("Behavior")]
[ResDescriptionAttribute("The minimum match score set on the geocode results, in the range 0-100. A value of -1 indicates that the service default value should be used.")]
[NotifyParentPropertyAttribute(true)]
[TypeConverterAttribute("ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.GeocodeScoreConverter, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[DefaultValueAttribute()]
public int MinMatchScore {get; set;}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.