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




Whether to return all geocode candidates satisfying the MinCandidateScore. If false, only the best match is returned.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<ResDescriptionAttribute("When true, displays all candidates. When false, only shows matched candidates.")>
<DefaultValueAttribute()>
<ResCategoryAttribute("Behavior")>
Public Property ShowAllCandidates As Boolean
Visual Basic (Usage)Copy Code
Dim instance As GeocodeResourceItem
Dim value As Boolean
 
instance.ShowAllCandidates = value
 
value = instance.ShowAllCandidates
C# 
[NotifyParentPropertyAttribute(true)]
[ResDescriptionAttribute("When true, displays all candidates. When false, only shows matched candidates.")]
[DefaultValueAttribute()]
[ResCategoryAttribute("Behavior")]
public bool ShowAllCandidates {get; set;}

See Also

© 2010 All Rights Reserved.