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.
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.TypeA [System.Type] that specifies the type of the service application.
Return Value
Type: Microsoft.SharePoint.Administration.SPAdministrationLink
Returns SPAdministrationLink.
Implements
IServiceAdministration.GetCreateApplicationLink(Type)