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

See also

Reference

SearchServiceInstance class

SearchServiceInstance members

Microsoft.Office.Server.Search.Administration namespace