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.
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