Mapping Class
Represents a crawled property mapping to a managed property in the SharePoint Server 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 SharePoint Server search experience, it must be mapped to a managed property, represented by a ManagedProperty object.
The Mapping object represents this mapping in the Search service application’s property schema.
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.