SearchQueryAndSiteSettingsServiceProxy.GetProxyTypes Method
Gets an array of the service application 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 SearchQueryAndSiteSettingsServiceProxy
Dim returnValue As Type()
returnValue = instance.GetProxyTypes()
public Type[] GetProxyTypes()
Return Value
Type: []
The array of the service application types.
Implements
IServiceProxyAdministration.GetProxyTypes()
Remarks
This method returns an array that contains one element of the SearchServiceApplicationProxy type.
See Also
Reference
SearchQueryAndSiteSettingsServiceProxy Class