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