Compartilhar via


PagingCookie class

Cookie de estado do lado do cliente que controla o número de resultados filtrados por aparamento de segurança.

Inheritance hierarchy

System.Object
  Microsoft.Office.Server.Search.Query.PagingCookie

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

Syntax

'Declaração
<SerializableAttribute> _
Public NotInheritable Class PagingCookie _
    Implements ISerializable
'Uso
Dim instance As PagingCookie
[SerializableAttribute]
public sealed class PagingCookie : ISerializable

Comentários

Este cookie ajudará com a paginação.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Ver também

Referência

PagingCookie members

Microsoft.Office.Server.Search.Query namespace