SPQueryUsageEntry.TotalPages Property
Total number of pages of this [Microsoft.SharePoint.Administration.SPQueryUsageEntry] site
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property TotalPages As Integer
Get
Set
'Usage
Dim instance As SPQueryUsageEntry
Dim value As Integer
value = instance.TotalPages
instance.TotalPages = value
public int TotalPages { get; set; }
Property Value
Type: System.Int32
A Int32 page count.