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




Minimum score in order to be returned as a geocode candidate.

Syntax

Visual Basic (Declaration) 
<CompilerGeneratedAttribute()>
Public Property MinCandidateScore As Integer
Visual Basic (Usage)Copy Code
Dim instance As GeocodeResource
Dim value As Integer
 
instance.MinCandidateScore = value
 
value = instance.MinCandidateScore
C# 
[CompilerGeneratedAttribute()]
public int MinCandidateScore {get; set;}

See Also

© 2010 All Rights Reserved.