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