HostDistributionRuleCollection Constructor
Initializes a new instance of the HostDistributionRuleCollection in the context of the specified parent.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub New ( _
parent As Content _
)
'Usage
Dim parent As Content
Dim instance As New HostDistributionRuleCollection(parent)
public HostDistributionRuleCollection(
Content parent
)
Parameters
parent
Type: Microsoft.Office.Server.Search.Administration.ContentThe object that owns the collection.
See Also
Reference
HostDistributionRuleCollection Class