ManagedPropertyInfo.MappedCrawledProperties 属性

获取映射到此托管属性的已爬网属性的列表。

命名空间:  Microsoft.Office.Server.Search.Administration
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
<DataMemberAttribute> _
Public Property MappedCrawledProperties As List(Of CrawledPropertyInfo)
    Get
    Set
用法
Dim instance As ManagedPropertyInfo
Dim value As List(Of CrawledPropertyInfo)

value = instance.MappedCrawledProperties

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

属性值

类型:System.Collections.Generic.List<CrawledPropertyInfo>

备注

此属性始终未填充。

另请参阅

引用

ManagedPropertyInfo 类

ManagedPropertyInfo 成员

Microsoft.Office.Server.Search.Administration 命名空间