SPService.GetCreateApplicationLink method

Gets the administration user interface link that is used to create a new service application.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

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

Parameters

  • serviceApplicationType
    Type: System.Type

    The type of the service application description.

Return value

Type: Microsoft.SharePoint.Administration.SPAdministrationLink
The administration user interface link.

See also

Reference

SPService class

SPService members

Microsoft.SharePoint.Administration namespace