QueryProperties.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
<DataMemberAttribute> _
Public Property PagingCookie As PagingCookie
    Get
    Set
'Usage
Dim instance As QueryProperties
Dim value As PagingCookie

value = instance.PagingCookie

instance.PagingCookie = value
[DataMemberAttribute]
public PagingCookie PagingCookie { get; set; }

Property value

Type: Microsoft.Office.Server.Search.Query.PagingCookie
A PagingCookie that object that represents the cookie.

See also

Reference

QueryProperties class

QueryProperties members

Microsoft.Office.Server.Search.Query namespace