CrawledPropertyMapping Interface

Represents a crawled property mapping as a list of crawled properties.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Interface CrawledPropertyMapping _
    Inherits IList(Of CrawledProperty), ICollection(Of CrawledProperty),  _
    IEnumerable(Of CrawledProperty), IEnumerable
'Usage
Dim instance As CrawledPropertyMapping
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public interface CrawledPropertyMapping : IList<CrawledProperty>, 
    ICollection<CrawledProperty>, IEnumerable<CrawledProperty>, IEnumerable

See Also

Reference

CrawledPropertyMapping Members

Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace