ESRI.ArcGIS.ADF.Web.UI.WebControls
MinMatchScore Property
See Also 
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) 
<DefaultValueAttribute()>
<ResCategoryAttribute("Behavior")>
<NotifyParentPropertyAttribute(True)>
<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.")>
<TypeConverterAttribute("ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.GeocodeScoreConverter, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
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# 
[DefaultValueAttribute()]
[ResCategoryAttribute("Behavior")]
[NotifyParentPropertyAttribute(true)]
[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.")]
[TypeConverterAttribute("ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.GeocodeScoreConverter, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
public int MinMatchScore {get; set;}

See Also

© 2010 All Rights Reserved.