ManagedProperty.GetMappings Method
Gets the collection of Mapping objects for a managed property.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetMappings As MappingCollection
'Usage
Dim instance As ManagedProperty
Dim returnValue As MappingCollection
returnValue = instance.GetMappings()
public MappingCollection GetMappings()
Return Value
Type: Microsoft.Office.Server.Search.Administration.MappingCollection
A collection of Mapping objects.