Query.PagingCookie 属性 (Microsoft.Office.Server.Search.Query)
Gets or sets a client-side state cookie that tracks the number of query results filtered out by security trimming.
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)
语法
声明
Public Property PagingCookie As PagingCookie
用法
Dim instance As Query
Dim value As PagingCookie
value = instance.PagingCookie
instance.PagingCookie = value
public PagingCookie PagingCookie { get; set; }
属性值
A PagingCookie object that represents the cookie.