SearchQueryAndSiteSettingsService.GetCreateApplicationLink Method

Gets the SPAdministrationLink to the SearchQueryAndSiteSettingsService application creation page.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Overrides Function GetCreateApplicationLink ( _
    serviceApplicationType As Type _
) As SPAdministrationLink
'Usage
Dim instance As SearchQueryAndSiteSettingsService
Dim serviceApplicationType As Type
Dim returnValue As SPAdministrationLink

returnValue = instance.GetCreateApplicationLink(serviceApplicationType)
public override SPAdministrationLink GetCreateApplicationLink(
    Type serviceApplicationType
)

Parameters

  • serviceApplicationType
    Type: System.Type

    The type of the service application.

Return Value

Type: Microsoft.SharePoint.Administration.SPAdministrationLink
The link to the application creation page.

Implements

IServiceAdministration.GetCreateApplicationLink(Type)

Remarks

This override always returns a read-only SPAdministrationLink object that represents the link to the Search service application settings page.

See Also

Reference

SearchQueryAndSiteSettingsService Class

SearchQueryAndSiteSettingsService Members

Microsoft.Office.Server.Search.Administration Namespace