Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a new collection of managed property aliases, 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 AliasInfo) _
)
'Usage
Dim enumerable As IEnumerable(Of AliasInfo)
Dim instance As New AliasInfoCollection(enumerable)
public AliasInfoCollection(
IEnumerable<AliasInfo> enumerable
)
Parameters
enumerable
Type: System.Collections.Generic.IEnumerable<AliasInfo>The set of values copied into this collection.