Mapping Class

Represents a crawled property mapping to a managed property in the Enterprise Search metadata property schema.

Inheritance Hierarchy

System.Object
  Microsoft.Office.Server.Search.Administration.Mapping

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class Mapping _
    Implements IComparable(Of Mapping), IEquatable(Of Mapping)
'Usage
Dim instance As Mapping
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class Mapping : IComparable<Mapping>, 
    IEquatable<Mapping>

Remarks

For a crawled property, represented by a CrawledProperty object, to be available to the Enterprise Search experience, it must be mapped to a managed property, represented by a ManagedProperty object. For steps on how to do this, see How to: Map a Crawled Property to a Managed Property.

The Mapping object represents this mapping in the search schema for a Shared Service Provider. For more information, see Managing Metadata.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Mapping Members

Microsoft.Office.Server.Search.Administration Namespace