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.