Gets a value which indicates how many pages are in the current SearchResults based on ResultCount and PageSize.

C# | Visual Basic | Visual C++ |
public uint PageCount { get; }
Public ReadOnly Property PageCount As UInteger
public: property unsigned int PageCount { unsigned int get (); }