CrawledPropertyInfo.MappedManagedProperties property
Gets or sets the list of managed properties that are mapped to this crawled property.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property MappedManagedProperties As List(Of ManagedPropertyInfo)
Get
Set
'Usage
Dim instance As CrawledPropertyInfo
Dim value As List(Of ManagedPropertyInfo)
value = instance.MappedManagedProperties
instance.MappedManagedProperties = value
[DataMemberAttribute]
public List<ManagedPropertyInfo> MappedManagedProperties { get; set; }
Property value
Type: System.Collections.Generic.List<ManagedPropertyInfo>
Remarks
This property is not always populated.