EntitySearchRequest.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.
Remarks
You must specify pageCookie
as empty
to retrieve the first page of the result set.