BdcServiceApplication.ManageLink Property
Gets the link of the user interface for administration that is used to manage the service application.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ManageLink As SPAdministrationLink
Get
'Usage
Dim instance As BdcServiceApplication
Dim value As SPAdministrationLink
value = instance.ManageLink
public override SPAdministrationLink ManageLink { get; }
Property Value
Type: Microsoft.SharePoint.Administration.SPAdministrationLink
Gets an SPAdministrationLink that is the link to the user interface for administration.