SPServiceApplication.ManageLink Property
Gets the link of the user interface for administration that is used to manage the service application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overridable ReadOnly Property ManageLink As SPAdministrationLink
Get
'Usage
Dim instance As SPServiceApplication
Dim value As SPAdministrationLink
value = instance.ManageLink
public virtual SPAdministrationLink ManageLink { get; }
Property Value
Type: Microsoft.SharePoint.Administration.SPAdministrationLink
Gets SPAdministrationLink that is the link to the user interface for administration.
Remarks
This property always returns null.