FASTAdminProxy Class

Applies to: Microsoft FAST Search Server 2010 for SharePoint
This class provides access to context objects that can be used to access the FAST Search Server 2010 for SharePoint administration services. You need to be part of the FASTSearchAdministrators and/or FASTSearchKeywordAdministrators group(s) to access the contexts.

Inheritance Hierarchy

System.Object
  Microsoft.Office.Server.Search.Administration.FASTAdminProxy

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class FASTAdminProxy
'Usage
Dim instance As FASTAdminProxy
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class FASTAdminProxy

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.

See Also

Reference

FASTAdminProxy Members

Microsoft.Office.Server.Search.Administration Namespace