: CrawlRuleCollection.Item (Propiedad) (Int32) (Microsoft.Office.Server.Search.Administration)
Gets a CrawlRule object from collection, based on the specified priority.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public ReadOnly Default Property Item ( _
priority As Integer _
) As CrawlRule
'Uso
Dim instance As CrawlRuleCollection
Dim priority As Integer
Dim value As CrawlRule
value = instance(priority)
public CrawlRule this [
int priority
] { get; }
Parámetros
- priority
A 32-bit integer that specifies the priority.
Valor de propiedad
A CrawlRule object that represents the crawl rule.
Vea también
Referencia
CrawlRuleCollection (Clase)
CrawlRuleCollection (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)