Query.RowLimit 屬性
取得或設定在搜尋結果中StartRow屬性所指定的索引開始,傳回的資料列數上限。
命名空間: Microsoft.SharePoint.Client.Search.Query
組件: Microsoft.SharePoint.Client.Search (在 Microsoft.SharePoint.Client.Search.dll 中)
語法
'宣告
Public Property RowLimit As Integer
Get
Set
'用途
Dim instance As Query
Dim value As Integer
value = instance.RowLimit
instance.RowLimit = value
public int RowLimit { get; set; }
屬性值
類型:System.Int32
32 位元整數,代表會傳回搜尋結果中的資料列數目上限。