: CrawlRuleCollection.Item (Propiedad) (String) (Microsoft.Office.Server.Search.Administration)
Gets a CrawlRule object from collection, based on the specified path.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public ReadOnly Default Property Item ( _
path As String _
) As CrawlRule
'Uso
Dim instance As CrawlRuleCollection
Dim path As String
Dim value As CrawlRule
value = instance(path)
public CrawlRule this [
string path
] { get; }
Parámetros
- path
A string that contains the URL for the path.
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)