AdminComponent Class
Provides access to the Search administration component in Microsoft SharePoint Server 2010 search.
Inheritance Hierarchy
System.Object
SearchComponent
Microsoft.Office.Server.Search.Administration.AdminComponent
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class AdminComponent _
Inherits SearchComponent
'Usage
Dim instance As AdminComponent
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class AdminComponent : SearchComponent
Remarks
There is only one Search administration component for each Search service application.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.