Share via


Query.PagingCookie Property

Gets or sets a client-side state cookie that tracks the number of query results filtered out by security trimming.

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
A PagingCookie object that represents the cookie.

See Also

Reference

Query Class

Query Members

Microsoft.Office.Server.Search.Query Namespace