Partager via


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

Gets the specified crawl mapping from the collection based on the specified crawl mapping ID.

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

value = instance(index)
public CrawlMapping this [
    int index
] { get; }

Paramètres

  • index
    A 32-bit integer that specifies the index of the crawl mapping.

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