CrawlRule.Priority, propriété (Microsoft.Office.Server.Search.Administration)
Gets the priority setting for the crawl rule.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Priority As Integer
'Utilisation
Dim instance As CrawlRule
Dim value As Integer
value = instance.Priority
public int Priority { get; }
Valeur de la propriété
A 32-bit integer that specifies the priority setting.
Remarques
The priority setting is the order in which the crawl rules are executed by the Recherche de contenu d'entreprise index engine.
To change the priority setting for a crawl rule, use the SetPriority method of the CrawlRuleCollection class.
Voir aussi
Référence
CrawlRule, classe
Membres CrawlRule
Microsoft.Office.Server.Search.Administration, espace de noms