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.