WordServiceProxy.GetProxyTypes Method
Returns the service application proxy types supported by the service.
Namespace: Microsoft.Office.Word.Server.Service
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
Public Function GetProxyTypes As Type()
'Usage
Dim instance As WordServiceProxy
Dim returnValue As Type()
returnValue = instance.GetProxyTypes()
public Type[] GetProxyTypes()
Return Value
Type: []
Returns Type.
Implements
IServiceProxyAdministration.GetProxyTypes()