AdministrationDataSourceView.CanRetrieveTotalRowCount Property
Inherited from System.Web.UI.DataSourceView.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides ReadOnly Property CanRetrieveTotalRowCount As Boolean
Get
'Usage
Dim instance As AdministrationDataSourceView
Dim value As Boolean
value = instance.CanRetrieveTotalRowCount
public override bool CanRetrieveTotalRowCount { get; }
Property Value
Type: System.Boolean
See Also
Reference
AdministrationDataSourceView Class