PropsetMappingCollection Interface
Represents a property set mapping collection. This contains the list of property sets that are mapped to a crawled property category.
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 PropsetMappingCollection _
Inherits IList(Of Guid), ICollection(Of Guid), _
IEnumerable(Of Guid), IEnumerable
'Usage
Dim instance As PropsetMappingCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public interface PropsetMappingCollection : IList<Guid>,
ICollection<Guid>, IEnumerable<Guid>, IEnumerable
See Also
Reference
PropsetMappingCollection Members
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace