SPRequestManagementRuleCollection<T>.Remove method (T)
Removes a rule from the collection.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Remove ( _
rule As T _
)
'Usage
Dim instance As SPRequestManagementRuleCollection
Dim rule As T
instance.Remove(rule)
public void Remove(
T rule
)
Parameters
rule
Type: TThe rule to remove.
See also
Reference
SPRequestManagementRuleCollection<T> class