This topic has not yet been rated - Rate this topic

Mapping class

Represents a crawled property mapping to a managed property in the SharePoint Server search metadata property schema.

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)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class Mapping : IComparable<Mapping>, 
	IEquatable<Mapping>

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.