SearchServiceApplicationProxy.GetProxyInfo method
Retrieves the proxy configuration information for the SearchServiceApplicationProxy.
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 SearchServiceApplicationProxy
Dim returnValue As SearchProxyInfo
returnValue = instance.GetProxyInfo()
public SearchProxyInfo GetProxyInfo()
Return value
Type: Microsoft.Office.Server.Search.Administration.SearchProxyInfo
The Search proxy configuration information.
Implements
ISearchSiteAdministrationServiceApplication.GetProxyInfo()
Exceptions
Exception | Condition |
---|---|
Exception | An error occurred during application execution. |
Remarks
This method gets the information about the Search proxy configuration for the SearchServiceApplicationProxy.
See also
Reference
SearchServiceApplicationProxy class