SPRequestManagementRuleCollection<T>.Remove 方法 (String)
从集合中移除一个规则。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Sub Remove ( _
name As String _
)
用法
Dim instance As SPRequestManagementRuleCollection
Dim name As String
instance.Remove(name)
public void Remove(
string name
)
参数
name
类型:System.String要移除的规则名。
另请参阅
引用
SPRequestManagementRuleCollection<T> 类