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)

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.

See Also

Reference

SearchServiceProxy Class

SearchServiceProxy Members

Microsoft.Office.Server.Search.Administration Namespace