Share via


WordService.GetCreateApplicationLink method

Returns the uniform resource locator (URL) for the administrative Web site that you use to create a new service application.

Namespace:  Microsoft.Office.Word.Server.Service
Assembly:  Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)

Syntax

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

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

Parameters

  • serviceApplicationType
    Type: System.Type

    A [System.Type] that specifies the type of the service application.

Return value

Type: Microsoft.SharePoint.Administration.SPAdministrationLink
Returns SPAdministrationLink.

Implements

IServiceAdministration.GetCreateApplicationLink(Type)

See also

Reference

WordService class

WordService members

Microsoft.Office.Word.Server.Service namespace