ESRI.ArcGIS.ADF.Tasks
ShowResultsAsMapTips Property
See Also  Send Feedback
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) 
<BrowsableAttribute(True)>
<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("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# 
[BrowsableAttribute(true)]
[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("FindAddressTask")]
public bool ShowResultsAsMapTips {get; set;}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.