ViewCreationInformation.RowLimit 屬性
取得或設定值,指定新清單項目在清單檢視的視覺頁面上顯示的清單項目數上限。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Property RowLimit As UInteger
Get
Set
'用途
Dim instance As ViewCreationInformation
Dim value As UInteger
value = instance.RowLimit
instance.RowLimit = value
public uint RowLimit { get; set; }
屬性值
類型:System.UInt32
傳回代表視覺清單檢視網頁的 [新的 [清單] 檢視顯示的清單項目數目上限UInt32執行個體。
備註
值必須等於或小於 2147483647。