ISchemaOperations.GetMappedCrawledProperties method

Get all crawled properties mapped to a managed property.

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

Syntax

'Declaration
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
<OperationContractAttribute> _
Function GetMappedCrawledProperties ( _
    managedProperty As ManagedPropertyInfo, _
    owner As SearchObjectOwner _
) As List(Of CrawledPropertyInfo)
'Usage
Dim instance As ISchemaOperations
Dim managedProperty As ManagedPropertyInfo
Dim owner As SearchObjectOwner
Dim returnValue As List(Of CrawledPropertyInfo)

returnValue = instance.GetMappedCrawledProperties(managedProperty, _
    owner)
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
[OperationContractAttribute]
List<CrawledPropertyInfo> GetMappedCrawledProperties(
    ManagedPropertyInfo managedProperty,
    SearchObjectOwner owner
)

Parameters

Return value

Type: System.Collections.Generic.List<CrawledPropertyInfo>
A collection of crawled properties.

See also

Reference

ISchemaOperations interface

ISchemaOperations members

Microsoft.Office.Server.Search.Administration namespace