ISchemaOperations.GetMappedManagedProperties method

Get all mapped properties for a crawled property.

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

Syntax

'Declaration
<OperationContractAttribute> _
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
Function GetMappedManagedProperties ( _
    crawledProperty As CrawledPropertyInfo, _
    owner As SearchObjectOwner _
) As ManagedPropertyInfoCollection
'Usage
Dim instance As ISchemaOperations
Dim crawledProperty As CrawledPropertyInfo
Dim owner As SearchObjectOwner
Dim returnValue As ManagedPropertyInfoCollection

returnValue = instance.GetMappedManagedProperties(crawledProperty, _
    owner)
[OperationContractAttribute]
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
ManagedPropertyInfoCollection GetMappedManagedProperties(
    CrawledPropertyInfo crawledProperty,
    SearchObjectOwner owner
)

Parameters

Return value

Type: Microsoft.Office.Server.Search.Administration.ManagedPropertyInfoCollection
A collection of managed properties mapped to the given crawled property.

See also

Reference

ISchemaOperations interface

ISchemaOperations members

Microsoft.Office.Server.Search.Administration namespace