Partager via


EntitySearchResponse.HasMoreRecords Property

Definition

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.

Applies to