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)

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.

See also

Reference

SPServiceInstance class

SPServiceInstance members

Microsoft.SharePoint.Administration namespace