ManagedPropertyInfo.MappedCrawledProperties property

Gets the list of crawled properties mapped to this managed property.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property MappedCrawledProperties As List(Of CrawledPropertyInfo)
    Get
    Set
'Usage
Dim instance As ManagedPropertyInfo
Dim value As List(Of CrawledPropertyInfo)

value = instance.MappedCrawledProperties

instance.MappedCrawledProperties = value
[DataMemberAttribute]
public List<CrawledPropertyInfo> MappedCrawledProperties { get; set; }

Property value

Type: System.Collections.Generic.List<CrawledPropertyInfo>

Remarks

This property is not always populated.

See also

Reference

ManagedPropertyInfo class

ManagedPropertyInfo members

Microsoft.Office.Server.Search.Administration namespace