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)
Syntax
'Declaration
Function GetCreateApplicationLink ( _
serviceApplicationType As Type _
) As SPAdministrationLink
'Usage
Dim instance As IServiceAdministration
Dim serviceApplicationType As Type
Dim returnValue As SPAdministrationLink
returnValue = instance.GetCreateApplicationLink(serviceApplicationType)
SPAdministrationLink GetCreateApplicationLink(
Type serviceApplicationType
)
Parameters
serviceApplicationType
Type: System.TypeThe type of the service application.
Return value
Type: Microsoft.SharePoint.Administration.SPAdministrationLink
Returns an SPAdministrationLink object..
See also
Reference
IServiceAdministration interface