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