SPView.RowLimit 属性

获取或设置在每页的视图查询中返回的项的数目的限制。

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Property RowLimit As UInteger
    Get
    Set
用法
Dim instance As SPView
Dim value As UInteger

value = instance.RowLimit

instance.RowLimit = value
public uint RowLimit { get; set; }

属性值

类型:System.UInt32
一个无符号的 32 位整数,指示行限制。

另请参阅

引用

SPView 类

SPView 成员

Microsoft.SharePoint 命名空间