Minimum geocode score that a candidate must meet to be included with the results. The range is 0-100. A value of -1 indicates that the service default value should be used.
Syntax
Visual Basic (Declaration) | |
---|
<DefaultValueAttribute()>
<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")>
<ResDescriptionAttribute("The minimum candidate score set on the geocode results, in the range 0-100. A value of -1 indicates that the service default value should be used.")>
<ResCategoryAttribute("Behavior")>
Public Property MinCandidateScore As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As GeocodeResourceItem
Dim value As Integer
instance.MinCandidateScore = value
value = instance.MinCandidateScore |
C# | |
---|
[DefaultValueAttribute()]
[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")]
[ResDescriptionAttribute("The minimum candidate score set on the geocode results, in the range 0-100. A value of -1 indicates that the service default value should be used.")]
[ResCategoryAttribute("Behavior")]
public int MinCandidateScore {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