ManagedPropertyInfoCollection constructor (IEnumerable<ManagedPropertyInfo>)

Creates a new collection of managed properties, initialized with the specified values.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Sub New ( _
    enumerable As IEnumerable(Of ManagedPropertyInfo) _
)
'Usage
Dim enumerable As IEnumerable(Of ManagedPropertyInfo)

Dim instance As New ManagedPropertyInfoCollection(enumerable)
public ManagedPropertyInfoCollection(
    IEnumerable<ManagedPropertyInfo> enumerable
)

Parameters

See also

Reference

ManagedPropertyInfoCollection class

ManagedPropertyInfoCollection members

ManagedPropertyInfoCollection overload

Microsoft.Office.Server.Search.Administration namespace