QueryRule.ContextConditions 属性
获取与 QueryRule 相关联的查询上下文的集合
命名空间: Microsoft.Office.Server.Search.Query.Rules
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
<DataMemberAttribute> _
Public Property ContextConditions As ContextConditionCollection
Get
Private Set
用法
Dim instance As QueryRule
Dim value As ContextConditionCollection
value = instance.ContextConditions
[DataMemberAttribute]
public ContextConditionCollection ContextConditions { get; private set; }
属性值
类型:Microsoft.Office.Server.Search.Query.Rules.ContextConditionCollection