SPDeletedSiteCollection.RowLimit property
取得或設定代表集合所刪除的網站數目上限。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property RowLimit As Integer
Get
Set
'用途
Dim instance As SPDeletedSiteCollection
Dim value As Integer
value = instance.RowLimit
instance.RowLimit = value
public int RowLimit { get; set; }
Property value
Type: System.Int32
傳回集合中的項目數目上限。預設值為 100。