QueryRule.ContextConditions property
Obtém a coleção de contextos de consulta associado com o QueryRule
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<DataMemberAttribute> _
Public Property ContextConditions As ContextConditionCollection
Get
Private Set
'Uso
Dim instance As QueryRule
Dim value As ContextConditionCollection
value = instance.ContextConditions
[DataMemberAttribute]
public ContextConditionCollection ContextConditions { get; private set; }
Property value
Type: Microsoft.Office.Server.Search.Query.Rules.ContextConditionCollection