Location.RequestedProperties 属性

获取或设置应在搜索结果中包含的属性列表。

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

语法

声明
Public Property RequestedProperties As StringCollection
    Get
    Set
用法
Dim instance As Location
Dim value As StringCollection

value = instance.RequestedProperties

instance.RequestedProperties = value
public StringCollection RequestedProperties { get; set; }

属性值

类型:System.Collections.Specialized.StringCollection
指定的属性的列表集合。

另请参阅

引用

Location 类

Location 成员

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