Share via


CrawlMappingCollection.Item property (Int32)

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

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As CrawlMapping
    Get
'Usage
Dim instance As CrawlMappingCollection
Dim index As Integer
Dim value As CrawlMapping

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

Parameters

  • index
    Type: System.Int32

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

Property value

Type: Microsoft.Office.Server.Search.Administration.CrawlMapping
A CrawlMapping object representing the specified crawl mapping.

See also

Reference

CrawlMappingCollection class

CrawlMappingCollection members

Item overload

Microsoft.Office.Server.Search.Administration namespace