Share via


CrawlMappingCollection.Item property (Uri)

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

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

Syntax

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

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

Parameters

  • source
    Type: System.Uri

    A string specifying the crawl mapping name.

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