共用方式為


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。

請參閱

參照

SPDeletedSiteCollection class

SPDeletedSiteCollection members

Microsoft.SharePoint.Administration namespace