CrawlRule.Parent Property
Gets the parent CrawlRuleCollection object for the crawl rule.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property Parent As CrawlRuleCollection
Get
'Usage
Dim instance As CrawlRule
Dim value As CrawlRuleCollection
value = instance.Parent
public CrawlRuleCollection Parent { get; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.CrawlRuleCollection
A CrawlRuleCollection object that represents the parent collection.