Web.GetAppBdcCatalog method

Returns the Business Data Connectivity (BDC) MetadataCatalog for an application that gives access to the external content types defined in the BDC metadata model packaged by the application.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Function GetAppBdcCatalog As AppBdcCatalog
'Usage
Dim instance As Web
Dim returnValue As AppBdcCatalog

returnValue = instance.GetAppBdcCatalog()
public AppBdcCatalog GetAppBdcCatalog()

Return value

Type: Microsoft.BusinessData.MetadataModel.AppBdcCatalog
The BDC MetadataCatalog deployed on the site.

Remarks

This method should be called on the Web object that represents the site for the application.

See also

Reference

Web class

Web members

Microsoft.SharePoint.Client namespace