[]
Gets or sets the total number of pages.
This value represents the total page count stored in the current PageInfo instance.
public int PageCount { get; set; }
Public Property PageCount As Integer
PageInfo pageInfo = new PageInfo();
pageInfo.PageCount = 3;
int pageCount = pageInfo.PageCount;