: CrawlRule.Priority (Propiedad) (Microsoft.Office.Server.Search.Administration)
Gets the priority setting for the crawl rule.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public ReadOnly Property Priority As Integer
'Uso
Dim instance As CrawlRule
Dim value As Integer
value = instance.Priority
public int Priority { get; }
Valor de propiedad
A 32-bit integer that specifies the priority setting.
Comentarios
The priority setting is the order in which the crawl rules are executed by the Enterprise Search index engine.
To change the priority setting for a crawl rule, use the SetPriority method of the CrawlRuleCollection class.
Vea también
Referencia
CrawlRule (Clase)
CrawlRule (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)