Query.PagingCookie Property

Applies to: Microsoft SharePoint Server 2010 search
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.

See Also

Reference

Query Class

Query Members

Microsoft.Office.Server.Search.Query Namespace