CrawledProperty.GetMappedManagedProperties method

Returns an enumerator that can iterate through a ManagedPropertyCollection object.

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

Syntax

'Declaration
Public Function GetMappedManagedProperties As IEnumerable
'Usage
Dim instance As CrawledProperty
Dim returnValue As IEnumerable

returnValue = instance.GetMappedManagedProperties()
public IEnumerable GetMappedManagedProperties()

Return value

Type: System.Collections.IEnumerable
An enumerator that can be used to iterate through the collection.

See also

Reference

CrawledProperty class

CrawledProperty members

Microsoft.Office.Server.Search.Administration namespace