ManagedPropertyInfo.Aliases property
Gets whether this managed property will only be mapped from the single crawled property with the lowest mapping order, or from all mapped crawled properties.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Aliases As List(Of String)
Get
Set
'Usage
Dim instance As ManagedPropertyInfo
Dim value As List(Of String)
value = instance.Aliases
instance.Aliases = value
[DataMemberAttribute]
public List<string> Aliases { get; set; }
Property value
Type: System.Collections.Generic.List<String>