CrawledPropertyInfoCollection constructor (IEnumerable<CrawledPropertyInfo>)

Creates a new collection of crawled 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 CrawledPropertyInfo) _
)
'Usage
Dim enumerable As IEnumerable(Of CrawledPropertyInfo)

Dim instance As New CrawledPropertyInfoCollection(enumerable)
public CrawledPropertyInfoCollection(
    IEnumerable<CrawledPropertyInfo> enumerable
)

Parameters

See also

Reference

CrawledPropertyInfoCollection class

CrawledPropertyInfoCollection members

CrawledPropertyInfoCollection overload

Microsoft.Office.Server.Search.Administration namespace