CrawlRuleCollection.Item, propriété (String) (Microsoft.Office.Server.Search.Administration)
Gets a CrawlRule object from collection, based on the specified path.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
path As String _
) As CrawlRule
'Utilisation
Dim instance As CrawlRuleCollection
Dim path As String
Dim value As CrawlRule
value = instance(path)
public CrawlRule this [
string path
] { get; }
Paramètres
- path
A string that contains the URL for the path.
Valeur de la propriété
A CrawlRule object that represents the crawl rule.
Voir aussi
Référence
CrawlRuleCollection, classe
Membres CrawlRuleCollection
Microsoft.Office.Server.Search.Administration, espace de noms