Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.TypeThe 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.