SPServiceInstance.ManageLink Property
Gets a link object that represents the action that manages the service on the Services on Server page in SharePoint Central Administration.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overridable ReadOnly Property ManageLink As SPActionLink
Get
'Usage
Dim instance As SPServiceInstance
Dim value As SPActionLink
value = instance.ManageLink
public virtual SPActionLink ManageLink { get; }
Property Value
Type: Microsoft.SharePoint.Administration.SPActionLink
An SPActionLink object that represents the action.