AdminComponent.Initialized Property
Gets a Boolean value that indicates whether the Search administration component has been initialized.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property Initialized As Boolean
Get
Friend Set
'Usage
Dim instance As AdminComponent
Dim value As Boolean
value = instance.Initialized
public bool Initialized { get; internal set; }
Property Value
Type: System.Boolean
true if the component has been initialized; otherwise, false.