Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the client side cookie used for paging through the search results.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property PagingCookie As PagingCookie
Get
Set
'Usage
Dim instance As Query
Dim value As PagingCookie
value = instance.PagingCookie
instance.PagingCookie = value
public PagingCookie PagingCookie { get; set; }
Property value
Type: Microsoft.Office.Server.Search.Query.PagingCookie
The client side cookie.