SearchServiceApplication.AdminComponent Property
Gets the component that provides the ability to administer the SearchServiceApplication.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property AdminComponent As AdminComponent
Get
'Usage
Dim instance As SearchServiceApplication
Dim value As AdminComponent
value = instance.AdminComponent
public AdminComponent AdminComponent { get; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.AdminComponent
The component that provides the ability to administer the SearchServiceApplication.
Remarks
There is only one component that provides the ability to administer the SearchServiceApplication. This reference to the administration component will never be null .
See Also
Reference
SearchServiceApplication Class