共用方式為


Query.RowsPerPage 屬性

取得或設定每頁傳回搜尋結果的數目。

命名空間:  Microsoft.SharePoint.Client.Search.Query
組件:  Microsoft.SharePoint.Client.Search (在 Microsoft.SharePoint.Client.Search.dll 中)

語法

'宣告
Public Property RowsPerPage As Integer
    Get
    Set
'用途
Dim instance As Query
Dim value As Integer

value = instance.RowsPerPage

instance.RowsPerPage = value
public int RowsPerPage { get; set; }

屬性值

類型:System.Int32
32 位元整數,搜尋結果

請參閱

參照

Query 類別

Query 成員

Microsoft.SharePoint.Client.Search.Query 命名空間