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




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

Syntax

Visual Basic (Declaration) 
<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.")>
<DefaultValueAttribute()>
<ResCategoryAttribute("SearchTask")>
<BrowsableAttribute(True)>
Public Property ShowResultsAsMapTips As Boolean
Visual Basic (Usage)Copy Code
Dim instance As SearchAttributesTask
Dim value As Boolean
 
instance.ShowResultsAsMapTips = value
 
value = instance.ShowResultsAsMapTips
C# 
[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.")]
[DefaultValueAttribute()]
[ResCategoryAttribute("SearchTask")]
[BrowsableAttribute(true)]
public bool ShowResultsAsMapTips {get; set;}

See Also

© 2010 All Rights Reserved.