Share via


QueryConditionCollection.CreateCommonlyClickedPropertyCondition method

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

Syntax

'Declaration
Public Function CreateCommonlyClickedPropertyCondition ( _
    propertyName As String, _
    propertyValues As IEnumerable(Of String), _
    createdWithSimpleUI As Boolean _
) As CommonlyClickedPropertyCondition
'Usage
Dim instance As QueryConditionCollection
Dim propertyName As String
Dim propertyValues As IEnumerable(Of String)
Dim createdWithSimpleUI As Boolean
Dim returnValue As CommonlyClickedPropertyCondition

returnValue = instance.CreateCommonlyClickedPropertyCondition(propertyName, _
    propertyValues, createdWithSimpleUI)
public CommonlyClickedPropertyCondition CreateCommonlyClickedPropertyCondition(
    string propertyName,
    IEnumerable<string> propertyValues,
    bool createdWithSimpleUI
)

Parameters

Return value

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

See also

Reference

QueryConditionCollection class

QueryConditionCollection members

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