CrawledPropertyInfo.MappedManagedProperties 属性

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

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

语法

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

value = instance.MappedManagedProperties

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

属性值

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

备注

此属性始终未填充。

另请参阅

引用

CrawledPropertyInfo 类

CrawledPropertyInfo 成员

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