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.
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.