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