Touchstone Re 2023 API Reference
PageCount Property


Air.Services.Proxy Assembly > AIR.Services.Common.Data Namespace > PagingInfo Class : PageCount Property
Contains the total number of pages returned, equal to the total record count divided by the page size.
Syntax
Public Property PageCount As Integer
Dim instance As PagingInfo
Dim value As Integer
 
instance.PageCount = value
 
value = instance.PageCount
public int PageCount {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PagingInfo Class
PagingInfo Members