ESRI.ArcGIS.ADF.Web.UI.WebControls
MinCandidateScore Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > GeocodeResourceItem Class : MinCandidateScore Property




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) 
<ResCategoryAttribute("Behavior")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<TypeConverterAttribute("ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.GeocodeScoreConverter, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.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.")>
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# 
[ResCategoryAttribute("Behavior")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[TypeConverterAttribute("ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.GeocodeScoreConverter, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.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.")]
public int MinCandidateScore {get; set;}

See Also

© 2010 All Rights Reserved.