ESRI.ArcGIS.ADF.Web.UI.WebControls
ShowRowCount Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TaskResults Class : ShowRowCount Property




Whether to display the number of rows in a task result.

Syntax

Visual Basic (Declaration) 
<PersistenceModeAttribute()>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<ResDescriptionAttribute("Whether to display the number of rows in a task result.")>
<ResCategoryAttribute("TreeViewPlus")>
Public Property ShowRowCount As Boolean
Visual Basic (Usage)Copy Code
Dim instance As TaskResults
Dim value As Boolean
 
instance.ShowRowCount = value
 
value = instance.ShowRowCount
C# 
[PersistenceModeAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ResDescriptionAttribute("Whether to display the number of rows in a task result.")]
[ResCategoryAttribute("TreeViewPlus")]
public bool ShowRowCount {get; set;}

See Also

© 2010 All Rights Reserved.