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.TypeThe type of the service application.
Return value
Type: Microsoft.SharePoint.Administration.SPPersistedTypeDescription
The proxy type description.