Share via


EntitySearchResponse.PageCookie Property

Definition

Gets the current paging information.

public:
 property System::String ^ PageCookie { System::String ^ get(); };
public string PageCookie { get; }
member this.PageCookie : string
Public ReadOnly Property PageCookie As String

Property Value

Returns StringThe current paging information. This is used in conjunction with HasMoreRecords when working with large record sets.

Applies to