CommonlyClickedPropertyCondition.PropertyValues 属性

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

语法

声明
Public Property PropertyValues As IEnumerable(Of String)
    Get
    Set
用法
Dim instance As CommonlyClickedPropertyCondition
Dim value As IEnumerable(Of String)

value = instance.PropertyValues

instance.PropertyValues = value
public IEnumerable<string> PropertyValues { get; set; }

属性值

类型:System.Collections.Generic.IEnumerable<String>

另请参阅

引用

CommonlyClickedPropertyCondition 类

CommonlyClickedPropertyCondition 成员

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