Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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()