SPRequestManagementRuleCollection<T>.Count property
取得規則的數目。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property Count As Integer
Get
'用途
Dim instance As SPRequestManagementRuleCollection
Dim value As Integer
value = instance.Count
public int Count { get; }
Property value
Type: System.Int32
請參閱
參照
SPRequestManagementRuleCollection<T> class