Compartilhar via


Content.CrawlRules property

Obtém a coleção de regras de rastreamento para um Search service application.

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

Syntax

'Declaração
Public ReadOnly Property CrawlRules As CrawlRuleCollection
    Get
'Uso
Dim instance As Content
Dim value As CrawlRuleCollection

value = instance.CrawlRules
public CrawlRuleCollection CrawlRules { get; }

Property value

Type: Microsoft.Office.Server.Search.Administration.CrawlRuleCollection
Um objeto CrawlRuleCollection que contém uma coleção de objetos CrawlRule que representa as regras de rastreamento.

Ver também

Referência

Content class

Content members

Microsoft.Office.Server.Search.Administration namespace

Microsoft.Office.Server.Search.Administration.CrawlRule

Microsoft.Office.Server.Search.Administration.CrawlRuleCollection