ISchemaOperations.GetManagedPropertyMappings method
Get the property mappings from crawled properties for 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 GetManagedPropertyMappings ( _
managedProperty As ManagedPropertyInfo, _
owner As SearchObjectOwner _
) As List(Of MappingInfo)
'Usage
Dim instance As ISchemaOperations
Dim managedProperty As ManagedPropertyInfo
Dim owner As SearchObjectOwner
Dim returnValue As List(Of MappingInfo)
returnValue = instance.GetManagedPropertyMappings(managedProperty, _
owner)
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
[OperationContractAttribute]
List<MappingInfo> GetManagedPropertyMappings(
ManagedPropertyInfo managedProperty,
SearchObjectOwner owner
)
Parameters
managedProperty
Type: Microsoft.Office.Server.Search.Administration.ManagedPropertyInfoThe managed property to retrieve the mapped crawled properties for.
owner
Type: Microsoft.Office.Server.Search.Administration.SearchObjectOwnerRepresents the Sharepoint hierarchy in which the managed property is contained.
Return value
Type: System.Collections.Generic.List<MappingInfo>
A collection of crawled property mappings.