SPRequestManagementRuleCollection<T>.Item property
Retrieves the rule for the specified name.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Item ( _
name As String _
) As T
Get
'Usage
Dim instance As SPRequestManagementRuleCollection
Dim name As String
Dim value As T
value = instance.Item(name)
public T this[
string name
] { get; }
Parameters
name
Type: System.StringRule name.
Property value
Type: T
The rule.
See also
Reference
SPRequestManagementRuleCollection<T> class