SearchServiceApplication.GetProxyInfo method
Retrieves the SearchProxyInfo information for this SearchServiceApplication.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetProxyInfo As SearchProxyInfo
'Usage
Dim instance As SearchServiceApplication
Dim returnValue As SearchProxyInfo
returnValue = instance.GetProxyInfo()
public SearchProxyInfo GetProxyInfo()
Return value
Type: Microsoft.Office.Server.Search.Administration.SearchProxyInfo
The Search proxy information.
Implements
ISearchSiteAdministrationServiceApplication.GetProxyInfo()
Remarks
This method retrieves the SearchProxyInfo information for this SearchServiceApplication.
See also
Reference
SearchServiceApplication class