IServiceProxyAdministration.GetProxyTypes method
Gets an array of the service application proxy types supported by the shared service proxy.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Function GetProxyTypes As Type()
'Usage
Dim instance As IServiceProxyAdministration
Dim returnValue As Type()
returnValue = instance.GetProxyTypes()
Type[] GetProxyTypes()
Return value
Type: []
An array of service application proxy types.
See also
Reference
IServiceProxyAdministration interface