Share via


BdcService.GetApplicationTypeDescription method

Returns information about the provided type.

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

Syntax

'Declaration
Public Function GetApplicationTypeDescription ( _
    serviceApplicationType As Type _
) As SPPersistedTypeDescription
'Usage
Dim instance As BdcService
Dim serviceApplicationType As Type
Dim returnValue As SPPersistedTypeDescription

returnValue = instance.GetApplicationTypeDescription(serviceApplicationType)
public SPPersistedTypeDescription GetApplicationTypeDescription(
    Type serviceApplicationType
)

Parameters

  • serviceApplicationType
    Type: System.Type

    The type to get information about; must be a BdcServiceApplication.

Return value

Type: Microsoft.SharePoint.Administration.SPPersistedTypeDescription
Description of the type.

Remarks

This method only can provide information about BdcServiceApplication objects.

See also

Reference

BdcService class

BdcService members

Microsoft.SharePoint.BusinessData.SharedService namespace