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
crawledProperty
Type: Microsoft.Office.Server.Search.Administration.CrawledPropertyInfoThe crawled property to get the managed properties for.
owner
Type: Microsoft.Office.Server.Search.Administration.SearchObjectOwnerRepresents the Sharepoint hierarchy in which the crawled property is contained.
Return value
Type: Microsoft.Office.Server.Search.Administration.ManagedPropertyInfoCollection
A collection of managed properties mapped to the given crawled property.