SearchServiceApplication.GetMappedManagedProperties method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetMappedManagedProperties ( _
crawledProperty As CrawledPropertyInfo, _
owner As SearchObjectOwner _
) As ManagedPropertyInfoCollection
'Usage
Dim instance As SearchServiceApplication
Dim crawledProperty As CrawledPropertyInfo
Dim owner As SearchObjectOwner
Dim returnValue As ManagedPropertyInfoCollection
returnValue = instance.GetMappedManagedProperties(crawledProperty, _
owner)
public ManagedPropertyInfoCollection GetMappedManagedProperties(
CrawledPropertyInfo crawledProperty,
SearchObjectOwner owner
)
Parameters
- crawledProperty
Type: Microsoft.Office.Server.Search.Administration.CrawledPropertyInfo
Return value
Type: Microsoft.Office.Server.Search.Administration.ManagedPropertyInfoCollection
Implements
ISchemaOperations.GetMappedManagedProperties(CrawledPropertyInfo, SearchObjectOwner)
See also
Reference
SearchServiceApplication class