RefinementManager.IsInitialized property

Gets a value that indicates whether the refinement manager has been initialized.

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

Syntax

'Declaration
Public ReadOnly Property IsInitialized As Boolean
    Get
'Usage
Dim instance As RefinementManager
Dim value As Boolean

value = instance.IsInitialized
public bool IsInitialized { get; }

Property value

Type: System.Boolean
true if the refinement manager has been initialized; otherwise, false.

See also

Reference

RefinementManager class

RefinementManager members

Microsoft.Office.Server.Search.WebControls namespace