获取或设置最大可以从审计查询的数据的行数。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property RowLimit As UInteger
Get
Set
用法
Dim instance As SPAuditQuery
Dim value As UInteger
value = instance.RowLimit
instance.RowLimit = value
public uint RowLimit { get; set; }
属性值
类型:System.UInt32
提供了最大的可获得的数据的行数的 32 位无符号的整数。