Share via


CrawledProperty.GetMappedManagedProperties Method

Gets a list of managed properties that this crawled property is mapped to.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
Function GetMappedManagedProperties As IEnumerable(Of ManagedProperty)
'Usage
Dim instance As CrawledProperty
Dim returnValue As IEnumerable(Of ManagedProperty)

returnValue = instance.GetMappedManagedProperties()
IEnumerable<ManagedProperty> GetMappedManagedProperties()

Return Value

Type: System.Collections.Generic.IEnumerable<ManagedProperty>
A list of ManagedProperty objects.

See Also

Reference

CrawledProperty Interface

CrawledProperty Members

Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace