Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the link to the administration page that is used to manage the current SearchServiceApplication.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ManageLink As SPAdministrationLink
Get
'Usage
Dim instance As SearchServiceApplication
Dim value As SPAdministrationLink
value = instance.ManageLink
public override SPAdministrationLink ManageLink { get; }
Property Value
Type: Microsoft.SharePoint.Administration.SPAdministrationLink
The link to the administration page that is used to manage the SearchServiceApplication.
See Also
Reference
SearchServiceApplication Class