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.StringThe 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.