Share via


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