ESRI.ArcGIS.ADF.Tasks
ShowResultsAsMapTips Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > FindAddressTask 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.")>
<BrowsableAttribute(True)>
<ResCategoryAttribute("FindAddressTask")>
Public Property ShowResultsAsMapTips As Boolean
Visual Basic (Usage)Copy Code
Dim instance As FindAddressTask
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.")]
[BrowsableAttribute(true)]
[ResCategoryAttribute("FindAddressTask")]
public bool ShowResultsAsMapTips {get; set;}

See Also

© 2010 All Rights Reserved.