Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an object that can be used to access WCF administration services on a server running FAST Search Server 2010 for SharePoint.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property FASTAdminProxy As FASTAdminProxy
Get
'Usage
Dim instance As SearchServiceApplication
Dim value As FASTAdminProxy
value = instance.FASTAdminProxy
public FASTAdminProxy FASTAdminProxy { get; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.FASTAdminProxy
The object used to access WCF administration services on a server running FAST Search Server 2010 for SharePoint.
See Also
Reference
SearchServiceApplication Class