次の方法で共有


EntitySearchRequest.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.

Remarks

You must specify pageCookie as empty to retrieve the first page of the result set.

Applies to