ESRI.ArcGIS.ADF.Web.DataSources.IMS
ShowAllCandidates Property
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.IMS Namespace > GeocodeResource Class : ShowAllCandidates Property




Whether to return all candidates, or (if false) only the matched one.

Syntax

Visual Basic (Declaration) 
Public Property ShowAllCandidates As Boolean
Visual Basic (Usage)Copy Code
Dim instance As GeocodeResource
Dim value As Boolean
 
instance.ShowAllCandidates = value
 
value = instance.ShowAllCandidates
C# 
public bool ShowAllCandidates {get; set;}

See Also

© 2010 All Rights Reserved.