SPServiceInstance.UnprovisionLink property
Gets a link object that represents the action that stops 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 UnprovisionLink As SPActionLink
Get
'Usage
Dim instance As SPServiceInstance
Dim value As SPActionLink
value = instance.UnprovisionLink
public virtual SPActionLink UnprovisionLink { get; }
Property value
Type: Microsoft.SharePoint.Administration.SPActionLink
An SPActionLink object that represents the action.