SPRequestManagementRuleCollection<T> constructor (String, SPRequestManagementSettings)
Initializes a new instance of the T:Microsoft.SharePoint.Administration.SPRequestManagementRuleCollection`1 class with the specified name
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
parent As SPRequestManagementSettings _
)
'Usage
Dim name As String
Dim parent As SPRequestManagementSettings
Dim instance As New SPRequestManagementRuleCollection(name, parent)
public SPRequestManagementRuleCollection(
string name,
SPRequestManagementSettings parent
)
Parameters
name
Type: System.StringThe parent settings object.
See also
Reference
SPRequestManagementRuleCollection<T> class
SPRequestManagementRuleCollection<T> members