ESRI.ArcGIS.ADF.Web.UI.WebControls
GroupResultsByTable Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Task Class : GroupResultsByTable Property




Whether the results of this task will have the results grouped by layers, or if false, display directly under the top-level result node.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<ResCategoryAttribute("Task")>
<ResDescriptionAttribute("Whether the results of this task will have the results grouped by layers.")>
<PersistenceModeAttribute()>
<BrowsableAttribute(True)>
<NotifyParentPropertyAttribute(True)>
Public Overridable Property GroupResultsByTable As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Task
Dim value As Boolean
 
instance.GroupResultsByTable = value
 
value = instance.GroupResultsByTable
C# 
[DefaultValueAttribute()]
[ResCategoryAttribute("Task")]
[ResDescriptionAttribute("Whether the results of this task will have the results grouped by layers.")]
[PersistenceModeAttribute()]
[BrowsableAttribute(true)]
[NotifyParentPropertyAttribute(true)]
public virtual bool GroupResultsByTable {get; set;}

See Also

© 2010 All Rights Reserved.