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
mappings
Type: Microsoft.Office.Server.Search.Administration.MappingCollectionA MappingCollection object containing the Mapping objects for the managed property.