QueryRule.QueryConditions property

Gets the collection of Query Conditions associated with the QueryRule

Namespace:  Microsoft.Office.Server.Search.Query.Rules
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property QueryConditions As QueryConditionCollection
    Get
    Private Set
'Usage
Dim instance As QueryRule
Dim value As QueryConditionCollection

value = instance.QueryConditions
[DataMemberAttribute]
public QueryConditionCollection QueryConditions { get; private set; }

Property value

Type: Microsoft.Office.Server.Search.Query.Rules.QueryConditionCollection

See also

Reference

QueryRule class

QueryRule members

Microsoft.Office.Server.Search.Query.Rules namespace