CrawlRuleCollection.Parent property

Gets the parent Content object for the crawl rule collection.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Property Parent As Content
    Get
'Usage
Dim instance As CrawlRuleCollection
Dim value As Content

value = instance.Parent
public Content Parent { get; }

Property value

Type: Microsoft.Office.Server.Search.Administration.Content
A Content object that represents the parent of the crawl rule collection.

See also

Reference

CrawlRuleCollection class

CrawlRuleCollection members

Microsoft.Office.Server.Search.Administration namespace