AdministrationDataSourceView.TotalRowCount Property
Returns the total number of rows in the AdministrationDataSourceView object.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overridable ReadOnly Property TotalRowCount As Integer
Get
'Usage
Dim value As Integer
value = Me.TotalRowCount
protected virtual int TotalRowCount { get; }
Property Value
Type: System.Int32
A 32-bit signed integer that indicates the number of rows in the AdministrationDataSourceView object. Returns zero unless overridden in a derived class.
See Also
Reference
AdministrationDataSourceView Class