Partager via


CrawlMappingCollection.Item, propriété (Uri) (Microsoft.Office.Server.Search.Administration)

Gets the specified crawl mapping from the collection based on the crawl mapping name that is specified.

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 ( _
    source As Uri _
) As CrawlMapping
'Utilisation
Dim instance As CrawlMappingCollection
Dim source As Uri
Dim value As CrawlMapping

value = instance(source)
public CrawlMapping this [
    Uri source
] { get; }

Paramètres

  • source
    A string specifying the crawl mapping name.

Valeur de la propriété

A CrawlMapping object representing the specified crawl mapping.

Voir aussi

Référence

CrawlMappingCollection, classe
Membres CrawlMappingCollection
Microsoft.Office.Server.Search.Administration, espace de noms