Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- propertyName
Type: System.String
- propertyValues
Type: System.Collections.Generic.IEnumerable<String>
- createdWithSimpleUI
Type: System.Boolean
Return value
Type: Microsoft.Office.Server.Search.Query.Rules.CommonlyClickedPropertyCondition
See also
Reference
QueryConditionCollection class