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.

See also

Reference

CrawlRule class

CrawlRule members

Microsoft.Office.Server.Search.Administration namespace