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 array of the service application proxy types supported by the shared service proxy.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetProxyTypes As Type()
'Usage
Dim instance As SearchServiceProxy
Dim returnValue As Type()
returnValue = instance.GetProxyTypes()
public Type[] GetProxyTypes()
Return Value
Type: []
An array of service application proxy types.
Implements
IServiceProxyAdministration.GetProxyTypes()
Remarks
This method always returns a new empty array of Type objects.