Share via


WordServiceProxy.GetProxyTypeDescription method

Returns a description of the specified service application proxy type.

Namespace:  Microsoft.Office.Word.Server.Service
Assembly:  Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)

Syntax

'Declaration
Public Function GetProxyTypeDescription ( _
    serviceApplicationProxyType As Type _
) As SPPersistedTypeDescription
'Usage
Dim instance As WordServiceProxy
Dim serviceApplicationProxyType As Type
Dim returnValue As SPPersistedTypeDescription

returnValue = instance.GetProxyTypeDescription(serviceApplicationProxyType)
public SPPersistedTypeDescription GetProxyTypeDescription(
    Type serviceApplicationProxyType
)

Parameters

  • serviceApplicationProxyType
    Type: System.Type

    A [System.Type] that specifies the type of the service application proxy.

Return value

Type: Microsoft.SharePoint.Administration.SPPersistedTypeDescription
Returns SPPersistedTypeDescription.

Implements

IServiceProxyAdministration.GetProxyTypeDescription(Type)

See also

Reference

WordServiceProxy class

WordServiceProxy members

Microsoft.Office.Word.Server.Service namespace