AdministrationDataSourceView.TotalRowCount property

Returns the total number of rows in the AdministrationDataSourceView object.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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

AdministrationDataSourceView members

Microsoft.SharePoint.WebControls namespace