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
enumerable
Type: System.Collections.Generic.IEnumerable<ManagedPropertyInfo>The set of values copied into this collection.
See also
Reference
ManagedPropertyInfoCollection class
ManagedPropertyInfoCollection members