ManagedPropertyCollection Interface

Represents a collection of managed 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 ManagedPropertyCollection _
    Inherits IEnumerable(Of ManagedProperty), IEnumerable
'Usage
Dim instance As ManagedPropertyCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public interface ManagedPropertyCollection : IEnumerable<ManagedProperty>, 
    IEnumerable

See Also

Reference

ManagedPropertyCollection Members

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

ManagedProperty