ManagedProperty.GetCrawledPropertyMappings Method
Gets a crawled property mapping that includes a list of crawled properties that map to the managed property. The list can be used to create new crawled property mappings.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Function GetCrawledPropertyMappings As CrawledPropertyMapping
'Usage
Dim instance As ManagedProperty
Dim returnValue As CrawledPropertyMapping
returnValue = instance.GetCrawledPropertyMappings()
CrawledPropertyMapping GetCrawledPropertyMappings()
Return Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Schema.CrawledPropertyMapping
Returns a CrawledPropertyMapping object that contains a collection of CrawledProperty objects.
Remarks
The updated mapping is set by using the SetCrawledPropertyMappings(CrawledPropertyMapping) method.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace