ESRI.ArcGIS.ADF.Web.UI.WebControls
GroupResultsByTable Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ITask Interface : GroupResultsByTable Property




Whether to group display of task results by table (layer). If false, results display immediately beneath the task result node.

Syntax

Visual Basic (Declaration) 
Property GroupResultsByTable As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ITask
Dim value As Boolean
 
instance.GroupResultsByTable = value
 
value = instance.GroupResultsByTable
C# 
bool GroupResultsByTable {get; set;}

See Also

© 2010 All Rights Reserved.