다음을 통해 공유


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