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




Determines whether task results are rendered graphically on the server or on the client.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<ResDescriptionAttribute("When true, task results are drawn as a map tip rendered on the client. When false the result is drawn on the server without a map tip.")>
<ResCategoryAttribute("QueryAttributesTask")>
<BrowsableAttribute(True)>
Public Property ShowResultsAsMapTips As Boolean
Visual Basic (Usage)Copy Code
Dim instance As QueryAttributesTask
Dim value As Boolean
 
instance.ShowResultsAsMapTips = value
 
value = instance.ShowResultsAsMapTips
C# 
[DefaultValueAttribute()]
[ResDescriptionAttribute("When true, task results are drawn as a map tip rendered on the client. When false the result is drawn on the server without a map tip.")]
[ResCategoryAttribute("QueryAttributesTask")]
[BrowsableAttribute(true)]
public bool ShowResultsAsMapTips {get; set;}

See Also

© 2010 All Rights Reserved.