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 administration user interface link that is used to create a new service application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'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
)
serviceApplicationType
Type: System.TypeThe type of the service application description.
Type: Microsoft.SharePoint.Administration.SPAdministrationLink
The administration user interface link.