EntitySearchResponse.HasMoreRecords Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether there are more records available.
public:
property bool HasMoreRecords { bool get(); };
public bool HasMoreRecords { get; }
member this.HasMoreRecords : bool
Public ReadOnly Property HasMoreRecords As Boolean
Property Value
Returns Booleantrue
if there are more records available; otherwise false
. This is used in conjunction with PageCookie when working with large record sets.