SearchAdminDashboardWebpart.TotalPages Property
An integer value that is used by the paging feature of the Web Part.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected MustOverride ReadOnly Property TotalPages As UInteger
Get
'Usage
Dim value As UInteger
value = Me.TotalPages
protected abstract uint TotalPages { get; }
Property Value
Type: System.UInt32
See Also
Reference
SearchAdminDashboardWebpart Class