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




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

Syntax

Visual Basic (Declaration) 
<CompilerGeneratedAttribute()>
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# 
[CompilerGeneratedAttribute()]
public bool ShowAllCandidates {get; set;}

See Also

© 2010 All Rights Reserved.