ManagedProperty.SetMappings method

Sets 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 Sub SetMappings ( _
    mappings As MappingCollection _
)
'Usage
Dim instance As ManagedProperty
Dim mappings As MappingCollection

instance.SetMappings(mappings)
public void SetMappings(
    MappingCollection mappings
)

Parameters

See also

Reference

ManagedProperty class

ManagedProperty members

Microsoft.Office.Server.Search.Administration namespace