Share via


BdcServiceProxy.GetProxyTypeDescription Method

Gets the proxy type description.

Namespace:  Microsoft.SharePoint.BusinessData.SharedService
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

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

Parameters

  • serviceApplicationProxyType
    Type: System.Type

    The type of the service application.

Return Value

Type: Microsoft.SharePoint.Administration.SPPersistedTypeDescription
The proxy type description.

See Also

Reference

BdcServiceProxy Class

BdcServiceProxy Members

Microsoft.SharePoint.BusinessData.SharedService Namespace