EntitySearchResponse.PageCookie 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 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.