|
| ESRI.ArcGIS.ADF.Tasks | |
| ShowLegend Property | |
| See Also Send Feedback | |
| ESRI.ArcGIS.ADF.Tasks Namespace > QueryAttributesTask Class : ShowLegend Property |
| Visual Basic (Declaration) | |
|---|---|
<BrowsableAttribute(True)> <PersistenceModeAttribute(PersistenceMode.Attribute)> <ResDescriptionAttribute("Whether the results of this task will have a legend.")> <ResCategoryAttribute("Task")> <NotifyParentPropertyAttribute(True)> <DefaultValueAttribute()> Public Overridable Property ShowLegend As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As QueryAttributesTask Dim value As Boolean instance.ShowLegend = value value = instance.ShowLegend | |
| C# | |
|---|---|
[BrowsableAttribute(true)] [PersistenceModeAttribute(PersistenceMode.Attribute)] [ResDescriptionAttribute("Whether the results of this task will have a legend.")] [ResCategoryAttribute("Task")] [NotifyParentPropertyAttribute(true)] [DefaultValueAttribute()] public virtual bool ShowLegend {get; set;} | |
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