Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.UriA string specifying the crawl mapping name.
Property Value
Type: Microsoft.Office.Server.Search.Administration.CrawlMapping
A CrawlMapping object representing the specified crawl mapping.