Compartilhar via


QueryProperties.PagingCookie property

Obtém ou define um cookie de estado do lado do cliente que controla o número de resultados da consulta filtrados por aparamento de segurança.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
<DataMemberAttribute> _
Public Property PagingCookie As PagingCookie
    Get
    Set
'Uso
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
PagingCookie que o objeto que representa o cookie.

Ver também

Referência

QueryProperties class

QueryProperties members

Microsoft.Office.Server.Search.Query namespace