SearchServiceProxy.GetProxyTypes method
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)
'Declaration
Public Function GetProxyTypes As Type()
'Usage
Dim instance As SearchServiceProxy
Dim returnValue As Type()
returnValue = instance.GetProxyTypes()
public Type[] GetProxyTypes()
Type: []
An array of service application proxy types.
IServiceProxyAdministration.GetProxyTypes()
This method always returns a new empty array of Type objects.