Share via


BdcService.GetApplicationTypes Method

Returns the type of service application used by Business Data Connectivity (BDC) service.

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

Syntax

'Declaration
Public Function GetApplicationTypes As Type()
'Usage
Dim instance As BdcService
Dim returnValue As Type()

returnValue = instance.GetApplicationTypes()
public Type[] GetApplicationTypes()

Return Value

Type: []
The list of application types.

See Also

Reference

BdcService Class

BdcService Members

Microsoft.SharePoint.BusinessData.SharedService Namespace