Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.