ManagedPropertyInfo.MappedCrawledProperties-Eigenschaft
Ruft die Liste der gecrawlten Eigenschaften dieser verwalteten Eigenschaft zugeordnet.
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; }
Eigenschaftswert
Typ: System.Collections.Generic.List<CrawledPropertyInfo>
Hinweise
Diese Eigenschaft ist immer nicht aufgefüllt.