QueryProperties.TotalRowsExactMinimum 属性
由SearchPagingWebPart来确定用于呈现页面的链接所需的最小值。
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
<DataMemberAttribute> _
Public Property TotalRowsExactMinimum As Integer
Get
Set
用法
Dim instance As QueryProperties
Dim value As Integer
value = instance.TotalRowsExactMinimum
instance.TotalRowsExactMinimum = value
[DataMemberAttribute]
public int TotalRowsExactMinimum { get; set; }
属性值
类型:System.Int32
32 位整数,它表示最小行数。
备注
默认值为 51。