BdcService.GetCreateApplicationLink method

Gets the link to the BDC application creation page.

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

Syntax

'Declaration
Public Overrides Function GetCreateApplicationLink ( _
    serviceApplicationType As Type _
) As SPAdministrationLink
'Usage
Dim instance As BdcService
Dim serviceApplicationType As Type
Dim returnValue As SPAdministrationLink

returnValue = instance.GetCreateApplicationLink(serviceApplicationType)
public override SPAdministrationLink GetCreateApplicationLink(
    Type serviceApplicationType
)

Parameters

  • serviceApplicationType
    Type: System.Type

    The type of the application to link to, which must be BdcServiceApplication.

Return value

Type: Microsoft.SharePoint.Administration.SPAdministrationLink
The link to the application creation page.

See also

Reference

BdcService class

BdcService members

Microsoft.SharePoint.BusinessData.SharedService namespace