Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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