ESRI.ArcGIS.ADF.Tasks
ResultsSelected Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > FindAddressTask Class : ResultsSelected Property




Task results are initially selected when generated.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<BrowsableAttribute(True)>
<ResCategoryAttribute("FindAddressTask")>
<ResDescriptionAttribute("Whether results should be drawn on the map (checked on in the task results control) upon task execution.")>
Public Property ResultsSelected As Boolean
Visual Basic (Usage)Copy Code
Dim instance As FindAddressTask
Dim value As Boolean
 
instance.ResultsSelected = value
 
value = instance.ResultsSelected
C# 
[DefaultValueAttribute()]
[BrowsableAttribute(true)]
[ResCategoryAttribute("FindAddressTask")]
[ResDescriptionAttribute("Whether results should be drawn on the map (checked on in the task results control) upon task execution.")]
public bool ResultsSelected {get; set;}

See Also

© 2010 All Rights Reserved.