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.

See also

Reference

ManagedProperty class

ManagedProperty members

Microsoft.Office.Server.Search.Administration namespace