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




Whether the results are selected (visible) on the map immediately upon being added to the task results control.

Syntax

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

See Also

© 2010 All Rights Reserved.