SearchServiceInstance.UnprovisionLink Property
Gets a link object that represents the action that stops the search service in SharePoint Central Administration.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property UnprovisionLink As SPActionLink
Get
'Usage
Dim instance As SearchServiceInstance
Dim value As SPActionLink
value = instance.UnprovisionLink
public override SPActionLink UnprovisionLink { get; }
Property Value
Type: Microsoft.SharePoint.Administration.SPActionLink