SPRequestManagementRuleCollection<T>.Item property
擷取指定之名稱的規則。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Default Property Item ( _
name As String _
) As T
Get
'用途
Dim instance As SPRequestManagementRuleCollection
Dim name As String
Dim value As T
value = instance(name)
public T this[
string name
] { get; }
參數
name
Type: System.String規則名稱
Property value
Type: T
規則。
請參閱
參照
SPRequestManagementRuleCollection<T> class