Share via


RefinementManager.IsRefinedProperty method

Checks whether a property is used for refinement.

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

Syntax

'Declaration
Public Function IsRefinedProperty ( _
    propertyName As String _
) As Boolean
'Usage
Dim instance As RefinementManager
Dim propertyName As String
Dim returnValue As Boolean

returnValue = instance.IsRefinedProperty(propertyName)
public bool IsRefinedProperty(
    string propertyName
)

Parameters

  • propertyName
    Type: System.String

    The name of the property to check.

Return value

Type: System.Boolean
true if the property is used for refinement; otherwise, false.

Remarks

The property name is case-sensitive.

See also

Reference

RefinementManager class

RefinementManager members

Microsoft.Office.Server.Search.WebControls namespace